Skip to content

Commit

Permalink
chore: migrate build to 2024.2
Browse files Browse the repository at this point in the history
updated commons to 1.9.7-snapshot and use workaround provided by @AlexanderBartash

Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Oct 18, 2024
1 parent fe9575e commit c9386c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ dependencies {
testImplementation(libs.mockito.kotlin)
testImplementation(libs.kotlin.test.junit)

components {
withModule("com.redhat.devtools.intellij:intellij-common") {
withVariant("intellijPlatformComposedJar") {
attributes {
attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements.JAR))
}
}
}
}

}

intellijPlatform {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# libraries
kubernetes-client = "6.12.0"
devtools-common = "1.9.6"
devtools-common = "1.9.7-SNAPSHOT"
jackson-core = "2.17.0"
commons-lang3 = "3.12.0"
assertj-core = "3.22.0"
Expand Down

0 comments on commit c9386c1

Please sign in to comment.