Skip to content

Commit e295f99

Browse files
committed
Add missing dependencies
1 parent 37576d2 commit e295f99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bom/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.net.URI
2-
31
plugins {
42
`java-platform`
53
`maven-publish`
@@ -19,6 +17,9 @@ dependencies {
1917
api(rootProject)
2018
}
2119
}
20+
javaPlatform {
21+
allowDependencies()
22+
}
2223

2324
signing {
2425
if (!project.hasProperty("skip.signing") && !version.toString().endsWith("-SNAPSHOT")) {

0 commit comments

Comments
 (0)