Fix loading on Java versions prior to 16

- Lazy workaround continuously JitPack outages
This commit is contained in:
NotMyFault
2021-07-09 11:34:07 +02:00
parent 457861b879
commit dd082d4f39
4 changed files with 6 additions and 3 deletions

View File

@ -102,7 +102,7 @@ dependencies {
// Third party
implementation("org.bstats:bstats-bukkit:2.2.1")
implementation("org.bstats:bstats-base:2.2.1")
compileOnlyApi("org.inventivetalent:mapmanager:1.7.10-SNAPSHOT") { isTransitive = false }
// compileOnlyApi("org.inventivetalent:mapmanager:1.7.10-SNAPSHOT") { isTransitive = false }
implementation("com.github.TechFortress:GriefPrevention:16.17.1") { isTransitive = false }
implementation("com.github.bloodmc:GriefDefenderApi:920a610") { isTransitive = false }
implementation("com.flowpowered:flow-math:1.0.3") {