Skip to content

Commit 131570e

Browse files
committed
Fix SCM url
1 parent 7f7be9f commit 131570e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ publishing {
7878
url = 'https://openfeature.dev'
7979

8080
scm {
81-
connection = 'scm:git:https://github.com/openfeature/javasdk.git'
82-
developerConnection = 'scm:git:https://github.com/openfeature/javasdk.git'
83-
url = 'https://github.com/openfeature/javasdk'
81+
connection = 'scm:git:https://github.com/openfeature/java-sdk.git'
82+
developerConnection = 'scm:git:https://github.com/openfeature/java-sdk.git'
83+
url = 'https://github.com/openfeature/java-sdk'
8484
}
8585

8686
licenses {

0 commit comments

Comments
 (0)