Skip to content

Commit

Permalink
Merge pull request #911 from jhouserizer/fix_java_dependency_level_fo…
Browse files Browse the repository at this point in the history
…r_2_4

fix java level dependency back to 8
  • Loading branch information
jhouserizer authored Apr 24, 2023
2 parents 29970c1 + 4287d02 commit f9a75a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
plugins.withType(JavaBasePlugin) {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
languageVersion = JavaLanguageVersion.of(8)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version=$quartzVersion
slf4jVersion = 1.7.36
log4jVersion = 2.19.0
c3p0Version = 0.9.5.5
hikaricpVersion = 5.0.1
hikaricpVersion = 4.0.3

jbossVersion = 4.0.2
commonjVersion = 1.0
Expand Down

0 comments on commit f9a75a7

Please sign in to comment.