Skip to content

Commit

Permalink
Shade jetbrains annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Dec 6, 2023
1 parent 6df08bc commit e2bcc57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions AreaShop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ tasks {
relocate("org.aopalliance", "${base}.aopalliance")
relocate("javax.annotation", "${base}.javax.annotation")
relocate("jakarta.inject", "${base}.jakarta.inject")
relocate("org.jetbrains.annotations", "${base}.jetbrains.annotations")
}
}
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ subprojects {
maven("https://maven.enginehub.org/repo/")
}

dependencies {
implementation("org.jetbrains:annotations:24.0.1")
}

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

tasks {
Expand Down

0 comments on commit e2bcc57

Please sign in to comment.