We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7be9f commit 131570eCopy full SHA for 131570e
lib/build.gradle
@@ -78,9 +78,9 @@ publishing {
78
url = 'https://openfeature.dev'
79
80
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'
+ 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'
84
}
85
86
licenses {
0 commit comments