Skip to content

Commit eab105a

Browse files
committed
Upgrade to latest version of Nexus publish plugin
1 parent a1ad9dd commit eab105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint
99
ktlint-rule-engine-core = { module = "com.pinterest.ktlint:ktlint-rule-engine-core", version.ref = "ktlint" }
1010
ktlint-cli-ruleset-core = { module = "com.pinterest.ktlint:ktlint-cli-ruleset-core", version.ref = "ktlint" }
1111
ktlint-test = {module = "com.pinterest.ktlint:ktlint-test", version.ref = "ktlint" }
12-
nexusPublishPlugin = { module = "io.github.gradle-nexus:publish-plugin", version = "1.3.0" }
12+
nexusPublishPlugin = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0" }
1313
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy-version" }
1414
smithy-gradle-base-plugin = { module = "software.amazon.smithy.gradle:smithy-base", version.ref = "smithy-gradle-plugin-version" }
1515

1616
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-version" }
1717

1818
[plugins]
19-
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1"}
19+
plugin-publish = { id = "com.gradle.plugin-publish", version = "2.0.0"}

0 commit comments

Comments
 (0)