Skip to content

Commit 0f79341

Browse files
committed
java: fix autotools java builds (on FreeBSD)
Signed-off-by: Hofi <[email protected]>
1 parent f964a81 commit 0f79341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/java-modules/common/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies {
1515
testImplementation 'org.hamcrest:hamcrest-core:1.3'
1616
}
1717

18+
configurations.default.setCanBeResolved(true)
19+
1820
ext.jarDestDir = project.hasProperty('jarDestDir') ? project.getProperty('jarDestDir') : '/'
1921
task copyLog4j(type: Copy) {
2022
from findJar('log4j-core')

0 commit comments

Comments
 (0)