feat: support GroovyTransformJar packer

This commit is contained in:
ReaJason
2025-12-06 15:21:57 +08:00
parent cf75b8b7d7
commit 81d9cd14f4
10 changed files with 259 additions and 27 deletions
@@ -31,6 +31,8 @@ dependencies {
implementation("org.yaml:snakeyaml:1.27")
implementation("com.alibaba:fastjson:1.2.47")
implementation("com.fasterxml.jackson.core:jackson-databind:2.8.0")
implementation("org.codehaus.groovy:groovy:3.0.6")
implementation("com.alibaba:fastjson:1.2.80")
implementation("xalan:xalan:2.7.2")
providedCompile("javax.servlet:javax.servlet-api:3.1.0")
testImplementation(libs.junit.jupiter)