We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddf1e1 commit 17e044dCopy full SHA for 17e044d
1 file changed
build.gradle
@@ -45,7 +45,7 @@ publishing {
45
repositories {
46
maven {
47
name = "GithubPackages"
48
- url = "https://maven.pkg.github.com/DynAPI/org.dynapi.jsonschemagen"
+ url = "https://maven.pkg.github.com/DynAPI/org.dynapi.json-schema-gen"
49
credentials {
50
username = System.getenv("GITHUB_ACTOR")
51
password = System.getenv("GITHUB_TOKEN")
0 commit comments