We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2643ca2 commit 87710edCopy full SHA for 87710ed
gradle/maven-publish.gradle
@@ -19,7 +19,7 @@ tasks.withType(Javadoc).configureEach {
19
20
javadoc {
21
// Specify the Java version that the project will use
22
- options.addStringOption('-release', "8")
+ options.addStringOption('-release', "11")
23
}
24
artifacts {
25
archives sourcesJar, javadocJar
0 commit comments