Skip to content

Commit

Permalink
Update public build process
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6be26cfcb72e574bc076129d3e0912740f0c318c
  • Loading branch information
RyanHecht committed May 14, 2024
1 parent d3f5f89 commit 12ac27a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ publishing {
publications {
gpr(MavenPublication) {
from components.java
artifact shadowJar
}
}
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/OWNER/REPOSITORY")
url = uri("https://maven.pkg.github.com/MCParks/ShowScript")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
Expand Down

0 comments on commit 12ac27a

Please sign in to comment.