Add jflac library

This commit is contained in:
Bartek Wreczycki
2023-03-08 23:27:06 +00:00
committed by GitHub
parent ef801a5e54
commit 0fa1487bd9

View File

@@ -28,6 +28,9 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.jflac:jflac-codec:1.5.2'
shadow 'org.jflac:jflac-codec:1.5.2'
// To use this dependency, you need to compile bukkit by yourself // To use this dependency, you need to compile bukkit by yourself
// See https://www.spigotmc.org/wiki/buildtools/ // See https://www.spigotmc.org/wiki/buildtools/
// implementation "org.bukkit:craftbukkit:${bukkit_version}" // implementation "org.bukkit:craftbukkit:${bukkit_version}"