Skip to content

Commit

Permalink
bump gradle-plugin versions to a version that supports java 17 (#24)
Browse files Browse the repository at this point in the history
bump targetCompatibility to 17 while here
  • Loading branch information
landryb committed Mar 29, 2024
1 parent 305659b commit a47cc55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ org.gradle.dependency.verification.console=verbose

group=org.apereo.cas
sourceCompatibility=11
targetCompatibility=11
targetCompatibility=17


# Location of the downloaded CAS shell JAR
shellDir=build/libs
ivyVersion=2.5.0
gradleDownloadTaskVersion=4.1.1
gradleMavenPluginVersion=5.2.1
gradleLombokPluginVersion=5.2.1
gradleMavenPluginVersion=6.3.0
gradleLombokPluginVersion=6.3.0

baseDockerImage=jetty:9.4-jre11
allowInsecureRegistries=false
Expand Down

0 comments on commit a47cc55

Please sign in to comment.