Fix SCM url
This commit is contained in:
parent
7f7be9fe7b
commit
131570e72b
|
|
@ -78,9 +78,9 @@ publishing {
|
||||||
url = 'https://openfeature.dev'
|
url = 'https://openfeature.dev'
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
connection = 'scm:git:https://github.com/openfeature/javasdk.git'
|
connection = 'scm:git:https://github.com/openfeature/java-sdk.git'
|
||||||
developerConnection = 'scm:git:https://github.com/openfeature/javasdk.git'
|
developerConnection = 'scm:git:https://github.com/openfeature/java-sdk.git'
|
||||||
url = 'https://github.com/openfeature/javasdk'
|
url = 'https://github.com/openfeature/java-sdk'
|
||||||
}
|
}
|
||||||
|
|
||||||
licenses {
|
licenses {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue