Skip to content

Commit 87710ed

Browse files
committed
updated version
1 parent 2643ca2 commit 87710ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/maven-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks.withType(Javadoc).configureEach {
1919

2020
javadoc {
2121
// Specify the Java version that the project will use
22-
options.addStringOption('-release', "8")
22+
options.addStringOption('-release', "11")
2323
}
2424
artifacts {
2525
archives sourcesJar, javadocJar

0 commit comments

Comments
 (0)