remove version, group and quasar plugin from build.gradle

This commit is contained in:
Patrick Kuo 2016-11-04 14:10:48 +00:00
parent 9a4dcd9b58
commit ddf27efc86

View File

@ -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'