Skip to content

Commit 12ac27a

Browse files
committed
Update public build process
GitOrigin-RevId: 6be26cfcb72e574bc076129d3e0912740f0c318c
1 parent d3f5f89 commit 12ac27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@ publishing {
8282
publications {
8383
gpr(MavenPublication) {
8484
from components.java
85+
artifact shadowJar
8586
}
8687
}
8788
repositories {
8889
maven {
8990
name = "GitHubPackages"
90-
url = uri("https://maven.pkg.github.com/OWNER/REPOSITORY")
91+
url = uri("https://maven.pkg.github.com/MCParks/ShowScript")
9192
credentials {
9293
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
9394
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")

0 commit comments

Comments
 (0)