chg: get rid of main task
This commit is contained in:
parent
78ccdfced9
commit
1bc6653499
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
defaultTasks 'main'
|
defaultTasks 'jar'
|
||||||
|
|
||||||
ant.importBuild 'build.xml'
|
ant.importBuild 'build.xml'
|
||||||
|
tasks.jar.dependsOn 'mkjar'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
@ -27,7 +28,3 @@ task deps(type: Copy) {
|
||||||
from configurations.compile
|
from configurations.compile
|
||||||
into 'lib/'
|
into 'lib/'
|
||||||
}
|
}
|
||||||
|
|
||||||
task main(dependsOn: 'mkjar') {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue