Fix SCM url

This commit is contained in:
Justin Abrahms 2022-05-13 10:30:17 -07:00
parent 7f7be9fe7b
commit 131570e72b
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@ publishing {
url = 'https://openfeature.dev'
scm {
connection = 'scm:git:https://github.com/openfeature/javasdk.git'
developerConnection = 'scm:git:https://github.com/openfeature/javasdk.git'
url = 'https://github.com/openfeature/javasdk'
connection = 'scm:git:https://github.com/openfeature/java-sdk.git'
developerConnection = 'scm:git:https://github.com/openfeature/java-sdk.git'
url = 'https://github.com/openfeature/java-sdk'
}
licenses {