Merge branch '3.0.x'

This commit is contained in:
Andy Wilkinson
2025-06-03 13:19:37 +01:00
12 changed files with 16 additions and 20 deletions

View File

@@ -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()) {