We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34a961 commit 82ee760Copy full SHA for 82ee760
1 file changed
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
id 'maven-publish'
13
}
14
15
-version = "0.0.4"
+version = "0.0.1"
16
17
repositories {
18
// Use Maven Central for resolving dependencies.
@@ -44,7 +44,7 @@ publishing {
44
45
maven {
46
name = "GitHubPackages"
47
- url = "https://maven.pkg.github.com/asafc/permit-java-private"
+ url = "https://maven.pkg.github.com/permitio/permit-java"
48
credentials {
49
username = System.getenv("GITHUB_ACTOR")
50
password = System.getenv("GITHUB_TOKEN")
0 commit comments