diff options
| author | Nahuel Dolores <contact@nahu.me> | 2023-07-21 11:26:44 -0300 |
|---|---|---|
| committer | Nahuel Dolores <contact@nahu.me> | 2023-07-21 11:29:10 -0300 |
| commit | e5c0237bcb45c5d308e0a2b763f50ac97135c768 (patch) | |
| tree | dc09aafc04af8cd3bb5a82e7a2ba2cebb00c97a0 /bukkit/build.gradle | |
| parent | b721847cfa415b14ebb2b86166d922ec2f0d34e7 (diff) | |
Add support for Folia
Diffstat (limited to 'bukkit/build.gradle')
| -rw-r--r-- | bukkit/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index f32151b3..49355f55 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -55,6 +55,10 @@ dependencies { compileOnly('io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT') { exclude(group: 'it.unimi.dsi', module: 'fastutil') // exclude fastutil just to don't use it (for 1.8 support) } + // Folia + compileOnly('dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT') { + exclude(group: 'it.unimi.dsi', module: 'fastutil') // exclude fastutil just to don't use it (for 1.8 support) + } // ASkyBlock compileOnly('com.wasteofplastic:askyblock:3.0.9.4') { transitive = false } // AuthLib |
