Remove deprecated Gradle features

This commit is contained in:
Anton Kochkov 2021-10-22 19:05:09 +08:00
parent 91c07fd933
commit 0a81592c23
10 changed files with 14 additions and 16 deletions

View file

@ -67,7 +67,7 @@ task nodepJar(type: Jar) {
dependsOn(configureNodepJar)
dependsOn(jar)
appendix = 'nodep'
archiveAppendix = 'nodep'
manifest {
attributes['Main-Class'] = 'agent.gdb.gadp.GdbGadpServer'
}