Skip to content

Commit

Permalink
Make 1.8 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Mar 6, 2024
1 parent 7d87934 commit 63f231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
runtimeOnly 'org.apache.taglibs:taglibs-standard-impl:1.2.5'
}

sourceCompatibility = '11'
sourceCompatibility = '1.8'

war {
// Trying to fix static file caching on new build.
Expand Down

0 comments on commit 63f231e

Please sign in to comment.