Skip to content

Commit

Permalink
Updates branch and release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lucav76 authored and Luca Venturi committed Sep 14, 2023
1 parent 2297d56 commit 05e3153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
id 'net.researchgate.release' version '2.6.0'
id 'net.researchgate.release' version '3.0.2'
}

group 'eu.lucaventuri'
Expand Down
6 changes: 6 additions & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,10 @@ javadoc {
if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
}

release {
git {
requireBranch.set('jdk8')
}
}

0 comments on commit 05e3153

Please sign in to comment.