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