We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9575e commit c9386c1Copy full SHA for c9386c1
build.gradle.kts
@@ -71,6 +71,16 @@ dependencies {
71
testImplementation(libs.mockito.kotlin)
72
testImplementation(libs.kotlin.test.junit)
73
74
+ components {
75
+ withModule("com.redhat.devtools.intellij:intellij-common") {
76
+ withVariant("intellijPlatformComposedJar") {
77
+ attributes {
78
+ attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements.JAR))
79
+ }
80
81
82
83
+
84
}
85
86
intellijPlatform {
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
# libraries
3
kubernetes-client = "6.12.0"
4
-devtools-common = "1.9.6"
+devtools-common = "1.9.7-SNAPSHOT"
5
jackson-core = "2.17.0"
6
commons-lang3 = "3.12.0"
7
assertj-core = "3.22.0"
0 commit comments