Skip to content

Commit 1f71e40

Browse files
committed
Disable local maven publication for :okapi-shade
1 parent c1d1deb commit 1f71e40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

okapi-shade/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@ shadowJar {
6464
}
6565

6666
assemble.dependsOn shadowJar
67+
68+
// TODO: this is a way but not the right way to achieve this
69+
tasks.named('publishFullPublicationToMavenLocal').configure {
70+
enabled = false
71+
}

0 commit comments

Comments
 (0)