Skip to content

Commit

Permalink
Upgrade release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Sep 11, 2023
1 parent dd62afc commit 4edc3dd
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 @@ import groovy.swing.SwingBuilder

plugins {
id 'me.champeau.jmh' version '0.7.1'
id 'net.researchgate.release' version '2.6.0'
id 'net.researchgate.release' version '3.0.2'
id 'com.github.node-gradle.node' version '7.0.0'
id 'jacoco'
id 'java-library'
Expand Down Expand Up @@ -103,7 +103,7 @@ if (JavaVersion.current().isJava8Compatible()) {

release {
git {
requireBranch = 'main'
requireBranch.set('main')
}
}

Expand Down

0 comments on commit 4edc3dd

Please sign in to comment.