mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
remove version, group and quasar plugin from build.gradle
This commit is contained in:
parent
9a4dcd9b58
commit
ddf27efc86
@ -1,6 +1,3 @@
|
||||
group 'com.r3corda'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.3'
|
||||
|
||||
@ -23,7 +20,6 @@ repositories {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'application'
|
||||
apply plugin: QuasarPlugin
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
mainClassName = 'com.r3corda.explorer.Main'
|
||||
|
Loading…
x
Reference in New Issue
Block a user