Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 12, 2024
1 parent 4ad7284 commit 611d720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ publishing {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/thinkingstudios/NeoPermissions")

credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ loom.platform=neoforge

mod_version=0.1.0
maven_group=org.thinkingstudio.neopermissions
archives_base_name=NeoPermissions
archives_base_name=neopermissions

minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
Expand Down

0 comments on commit 611d720

Please sign in to comment.