Skip to content

Commit e6744e1

Browse files
committed
Force public build file to publish the right jar
GitOrigin-RevId: a54948efa5e9aafb186b571d550a488f357f00f0
1 parent f089a2c commit e6744e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jar.enabled = false
8181
publishing {
8282
publications {
8383
gpr(MavenPublication) {
84-
from components.java
85-
artifact shadowJar
84+
artifact file("build/libs/ShowScript.jar")
8685
}
8786
}
8887
repositories {

0 commit comments

Comments
 (0)