We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6e2e commit c0512b1Copy full SHA for c0512b1
build.gradle.kts
@@ -76,10 +76,10 @@ publishing.publications.withType<MavenPublication>().configureEach {
76
}
77
78
dependencies {
79
+ api("org.apache.ant:ant:1.10.15") // Types from Ant are exposed in the public API.
80
implementation("org.jdom:jdom2:2.0.6.1")
81
implementation("org.ow2.asm:asm-commons:9.8")
82
implementation("commons-io:commons-io:2.19.0")
- implementation("org.apache.ant:ant:1.10.15")
83
implementation("org.codehaus.plexus:plexus-utils:4.0.2")
84
implementation("org.codehaus.plexus:plexus-xml:4.1.0")
85
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
0 commit comments