Skip to content

Commit

Permalink
Wrap GitHubPackages URI in uri(string)
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Dec 12, 2024
1 parent 3c572a6 commit 5cec424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ publishing {
repositories {
maven {
name = 'GithubPackages'
url = 'https://maven.pkg.github.com/ARK-Builders/ark-core'
url = uri('https://maven.pkg.github.com/ARK-Builders/ark-core')
credentials {
username = System.getenv('GITHUB_ACTOR')
password = System.getenv('GITHUB_TOKEN')
}
}
}
}
}

0 comments on commit 5cec424

Please sign in to comment.