Skip to content

Commit 9cbef55

Browse files
Exclude Jetbrains annotations
1 parent bae47cf commit 9cbef55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ subprojects {
4444
into(Path(rootDir.path, "jars"))
4545
}
4646

47+
shadowJar {
48+
exclude("org/jetbrains/**")
49+
exclude("org/intellij/**")
50+
}
51+
4752
build { dependsOn(named("copy")) }
4853
}
4954

0 commit comments

Comments
 (0)