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 74f0e96 commit 4443e0aCopy full SHA for 4443e0a
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
id("com.android.library").version("7.4.2").apply(false)
4
id("org.jetbrains.kotlin.android").version("1.8.10").apply(false)
5
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
6
- id("io.github.gradle-nexus.publish-plugin").version("1.3.0").apply(true)
+ id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
7
}
8
allprojects {
9
extra["groupId"] = "dev.openfeature"
0 commit comments