Skip to content

Commit 70e25d4

Browse files
chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 (#566)
Replaced closeAndReleaseStagingRepository with closeAndReleaseStagingRepositories See: https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Federico Rispo <[email protected]>
1 parent 63cf60a commit 70e25d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
id "biz.aQute.bnd.builder" version "6.4.0" apply false
3131
id "org.sonarqube" version "5.1.0.4882"
3232
id "jacoco"
33-
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
33+
id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
3434
}
3535

3636
sonarqube {

0 commit comments

Comments
 (0)