Commit bde27f1 Kjetil JD
committed
1 parent b11c99b commit bde27f1 Copy full SHA for bde27f1
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
18
18
id(" java-library" )
19
19
id(" maven-publish" )
20
20
id(" org.jetbrains.kotlin.jvm" ) version " 1.6.10"
21
- id(" net.researchgate.release" ) version " 2.8.1 "
21
+ id(" net.researchgate.release" ) version " 3.0.0 "
22
22
id(" com.adarshr.test-logger" ) version " 3.2.0"
23
23
id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.6.10"
24
24
id(" com.github.ben-manes.versions" ) version " 0.42.0"
@@ -88,6 +88,9 @@ dependencies {
88
88
release {
89
89
newVersionCommitMessage = " [Release Plugin] - next version commit: "
90
90
tagTemplate = " release-\$ {version}"
91
+ git {
92
+ requireBranch. set(' master' )
93
+ }
91
94
}
92
95
93
96
// https://help.github.com/en/actions/language-and-framework-guides/publishing-java-packages-with-gradle#publishing-packages-to-github-packages
You can’t perform that action at this time.
0 commit comments