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 1448d9d commit 9e5e5dfCopy full SHA for 9e5e5df
jablib/build.gradle.kts
@@ -46,6 +46,8 @@ tasks.withType<com.autonomousapps.tasks.CodeSourceExploderTask>().configureEach
46
val mockitoAgent = configurations.create("mockitoAgent")
47
48
dependencies {
49
+ implementation(enforcedPlatform(project(":versions")))
50
+
51
implementation("org.openjfx:javafx-base")
52
53
implementation("com.ibm.icu:icu4j")
0 commit comments