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 cd030ff commit 86acac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ plugins {
id 'net.kyori.blossom' version '1.3.0'
}

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

ext {
pluginName = 'BloomAB'
pluginVersion = '1.5.2'
Expand Down

0 comments on commit 86acac3

Please sign in to comment.