Skip to content

Commit c0512b1

Browse files
committed
Expose Ant as compile scope (#1488)
(cherry picked from commit 8eeb64e)
1 parent d9a6e2e commit c0512b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ publishing.publications.withType<MavenPublication>().configureEach {
7676
}
7777

7878
dependencies {
79+
api("org.apache.ant:ant:1.10.15") // Types from Ant are exposed in the public API.
7980
implementation("org.jdom:jdom2:2.0.6.1")
8081
implementation("org.ow2.asm:asm-commons:9.8")
8182
implementation("commons-io:commons-io:2.19.0")
82-
implementation("org.apache.ant:ant:1.10.15")
8383
implementation("org.codehaus.plexus:plexus-utils:4.0.2")
8484
implementation("org.codehaus.plexus:plexus-xml:4.1.0")
8585
implementation("org.apache.logging.log4j:log4j-core:2.24.1")

0 commit comments

Comments
 (0)