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 ccaa1d5 commit d263d89Copy full SHA for d263d89
managers/mapdb/build.gradle.kts
@@ -10,6 +10,15 @@ plugins {
10
`jaicf-junit`
11
}
12
13
+sourceSets.all {
14
+ configurations.getByName(runtimeClasspathConfigurationName) {
15
+ attributes.attribute(Attribute.of("org.gradle.jvm.environment", String::class.java), "standard-jvm")
16
+ }
17
+ configurations.getByName(compileClasspathConfigurationName) {
18
19
20
+}
21
+
22
dependencies {
23
core()
24
api(jackson())
0 commit comments