Skip to content

Commit

Permalink
Update dependency io.github.gradle-nexus:publish-plugin to v2 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: akuleshov7 <[email protected]>
  • Loading branch information
renovate[bot] and orchestr7 committed May 28, 2024
1 parent 697ea05 commit d0f9d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.13.0")
implementation("org.ajoberstar.grgit:grgit-core:4.1.0")
}
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repositories {
}

dependencies {
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
}

0 comments on commit d0f9d72

Please sign in to comment.