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 5a0c436 commit 47d4c59
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 @@ -21,7 +21,7 @@ plugins {
id("java-library")
id("maven-publish")
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("net.researchgate.release") version "2.8.1"
id("net.researchgate.release") version "3.0.0"
id("org.sonarqube") version "3.4.0.2513"
id("jacoco")
id("com.adarshr.test-logger") version "3.2.0"
Expand Down Expand Up @@ -79,6 +79,9 @@ dependencies {
release {
newVersionCommitMessage = "[Release Plugin] - next version commit: "
tagTemplate = "release-\${version}"
git {
requireBranch.set('master')
}
}

// https://docs.gradle.org/current/userguide/jacoco_plugin.html
Expand Down

0 comments on commit 47d4c59

Please sign in to comment.