Skip to content

Commit

Permalink
chore: upgrade release plugin (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg authored Nov 10, 2023
1 parent aa97609 commit 77e84f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
// Top level plugins
id 'com.github.kt3k.coveralls' version '2.12.2'
id 'com.github.node-gradle.node' version '7.0.1'
id 'net.researchgate.release' version '2.8.1'
id 'net.researchgate.release' version '3.0.2'
// Records all tasks in task graph, generates `build/reports/visteg.dot`
// dot file can be converted to an image using graphviz. `dot -Tsvg -O -v visteg.dot`
// id 'cz.malohlava.visteg' version '1.0.5'
Expand Down Expand Up @@ -223,7 +223,7 @@ subprojects {
release {
tagTemplate = 'v${version}' // Looks like it should be a GString, but not necessary
git {
requireBranch = ''
requireBranch.set('')
}
}

Expand Down

0 comments on commit 77e84f9

Please sign in to comment.