Skip to content

Commit

Permalink
upgrade to oml 2.7 and java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Jul 9, 2024
1 parent c4be222 commit c555747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ subprojects {
apply plugin: 'idea'
apply from: "${rootDir}/gradle/maven-deployment.gradle"

sourceCompatibility = '11'
targetCompatibility = '11'
sourceCompatibility = '17'
targetCompatibility = '17'

java {
withJavadocJar()
Expand Down

0 comments on commit c555747

Please sign in to comment.