Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Change to make it compatible with Java8-16
  • Loading branch information
LW-Davide authored Feb 13, 2024
1 parent 1ae575e commit 7526b17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ dependencies {
annotationProcessor velocityJar
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

// Change the BloomAB.java details based on the project settings
blossom {
replaceTokenIn('src/main/java/host/bloom/ab/velocity/VelocityPlugin.java')
Expand Down

0 comments on commit 7526b17

Please sign in to comment.