We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2297d56 commit 05e3153Copy full SHA for 05e3153
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
id 'maven-publish'
4
id 'signing'
5
- id 'net.researchgate.release' version '2.6.0'
+ id 'net.researchgate.release' version '3.0.2'
6
}
7
8
group 'eu.lucaventuri'
publish.gradle
@@ -82,4 +82,10 @@ javadoc {
82
if(JavaVersion.current().isJava9Compatible()) {
83
options.addBooleanOption('html5', true)
84
85
+}
86
+
87
+release {
88
+ git {
89
+ requireBranch.set('jdk8')
90
+ }
91
0 commit comments