Fix SCM url
This commit is contained in:
parent
7f7be9fe7b
commit
131570e72b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue