Skip to content

Commit

Permalink
fix: allow to consume composed jar intellij-common 1.9.7-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Oct 21, 2024
1 parent af7e03e commit df398b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ dependencies {
"org.junit.platform:junit-platform-launcher:1.9.3",
"com.google.code.gson:gson:2.8.9"
)

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

java {
Expand Down

0 comments on commit df398b4

Please sign in to comment.