Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Jan 22, 2025
1 parent 2643ca2 commit 87710ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/maven-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks.withType(Javadoc).configureEach {

javadoc {
// Specify the Java version that the project will use
options.addStringOption('-release', "8")
options.addStringOption('-release', "11")
}
artifacts {
archives sourcesJar, javadocJar
Expand Down

0 comments on commit 87710ed

Please sign in to comment.