Skip to content

Commit 4443e0a

Browse files
chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f0e96 commit 4443e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("com.android.library").version("7.4.2").apply(false)
44
id("org.jetbrains.kotlin.android").version("1.8.10").apply(false)
55
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)
6+
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
77
}
88
allprojects {
99
extra["groupId"] = "dev.openfeature"

0 commit comments

Comments
 (0)