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 748d330 commit e63fb0d
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 @@ -2,7 +2,7 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.6.10"
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("com.github.ben-manes.versions") version "0.42.0"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
Expand Down Expand Up @@ -80,6 +80,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 e63fb0d

Please sign in to comment.