File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,10 @@ configure(integrationTestProjects) {
372372
373373rootProject.apply {
374374 release {
375- newVersionCommitMessage = " [Gradle Release Plugin] - [skip ci] new version commit: "
375+ newVersionCommitMessage.set(" [Gradle Release Plugin] - [skip ci] new version commit: " )
376+ git {
377+ requireBranch.set(" master" )
378+ }
376379 }
377380
378381 nexusPublishing {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66 id(" com.diffplug.eclipse.apt" ) version " 3.37.1"
77 id(" com.diffplug.spotless" ) version " 6.7.2"
88 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
9- id(" net.researchgate.release" ) version " 2.8.1 "
9+ id(" net.researchgate.release" ) version " 3.0.0 "
1010 id(" org.seasar.doma.compile" ) version " 1.1.0"
1111 kotlin(" jvm" ) version " 1.6.21"
1212 kotlin(" kapt" ) version " 1.6.21"
You can’t perform that action at this time.
0 commit comments