Begin work on mp3 support

Add mp3spi as a dependency.
This commit is contained in:
Navoei
2022-07-19 21:25:58 -05:00
parent ad050cf940
commit 2c5381b7d9
4 changed files with 21 additions and 8 deletions

View File

@@ -18,6 +18,10 @@ processResources {
dependencies {
implementation("com.googlecode.soundlibs:mp3spi:${mp3spi_version}") {
exclude group: 'junit', module: 'junit'
}
implementation 'com.google.code.findbugs:jsr305:3.0.2'
// To use this dependency, you need to compile bukkit by yourself