Skip to content

Commit

Permalink
E oppgraderer net.researchgate.release.gradle.plugin -> "3.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetiljd committed Jul 5, 2022
1 parent f830a44 commit ad3e70a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id("java-library")
id("maven-publish")
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("net.researchgate.release") version "2.8.1"
id("net.researchgate.release") version "3.0.0"
id("com.adarshr.test-logger") version "3.2.0"
id("org.jetbrains.kotlin.plugin.spring") version "1.6.21"
id("com.github.ben-manes.versions") version "0.42.0"
Expand Down Expand Up @@ -84,6 +84,9 @@ dependencies {
release {
newVersionCommitMessage = "[Release Plugin] - next version commit: "
tagTemplate = "release-\${version}"
git {
requireBranch.set('master')
}
}

// https://help.github.com/en/actions/language-and-framework-guides/publishing-java-packages-with-gradle#publishing-packages-to-github-packages
Expand Down

0 comments on commit ad3e70a

Please sign in to comment.