Skip to content

Commit c9386c1

Browse files
committed
chore: migrate build to 2024.2
updated commons to 1.9.7-snapshot and use workaround provided by @AlexanderBartash Signed-off-by: Stephane Bouchet <[email protected]>
1 parent fe9575e commit c9386c1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ dependencies {
7171
testImplementation(libs.mockito.kotlin)
7272
testImplementation(libs.kotlin.test.junit)
7373

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+
7484
}
7585

7686
intellijPlatform {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# libraries
33
kubernetes-client = "6.12.0"
4-
devtools-common = "1.9.6"
4+
devtools-common = "1.9.7-SNAPSHOT"
55
jackson-core = "2.17.0"
66
commons-lang3 = "3.12.0"
77
assertj-core = "3.22.0"

0 commit comments

Comments
 (0)