Merge branch '3.0.x'
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
plugins {
|
||||
id "io.spring.compatibility-test" version "0.0.3"
|
||||
id "java-library"
|
||||
id "java-test-fixtures"
|
||||
id "maven-publish"
|
||||
@@ -19,7 +18,7 @@ task jmustacheRepackJar(type: Jar) { repackJar ->
|
||||
repackJar.archiveVersion = jmustacheVersion
|
||||
|
||||
doLast() {
|
||||
project.ant {
|
||||
ant {
|
||||
taskdef name: "jarjar", classname: "com.tonicsystems.jarjar.JarJarTask",
|
||||
classpath: configurations.jarjar.asPath
|
||||
jarjar(destfile: repackJar.archiveFile.get()) {
|
||||
|
||||
Reference in New Issue
Block a user