File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/main/java/io/github/lxgaming/discordmusic/listeners Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,15 @@ jar {
39
39
}
40
40
}
41
41
42
- exclude(" natives/darwin/**" )
43
- exclude(" natives/linux-arm/**" )
44
- exclude(" natives/linux-x86/**" )
45
- exclude(" natives/linux-x86-64/**" )
46
- exclude(" natives/win-x86/**" )
42
+ // exclude("natives/darwin/**")
43
+ // exclude("natives/linux-aarch64/**")
44
+ // exclude("natives/linux-arm/**")
45
+ // exclude("natives/linux-x86/**")
46
+ // exclude("natives/linux-x86-64/**")
47
+ // exclude("natives/win-x86/**")
47
48
// exclude("natives/win-x86-64/**")
48
- exclude(" natives/win32-x86/**" )
49
- exclude(" natives/win32-x86-64/**" )
49
+ // exclude("natives/win32-x86/**")
50
+ // exclude("natives/win32-x86-64/**")
50
51
}
51
52
52
53
processResources {
Original file line number Diff line number Diff line change 17
17
package io .github .lxgaming .discordmusic .listeners ;
18
18
19
19
import com .sedmelluq .discord .lavaplayer .source .AudioSourceManagers ;
20
- import io .github .lxgaming .discordmusic .DiscordMusic ;
21
20
import io .github .lxgaming .discordmusic .configuration .config .Server ;
22
21
import io .github .lxgaming .discordmusic .managers .AudioManager ;
23
22
import io .github .lxgaming .discordmusic .managers .CommandManager ;
You can’t perform that action at this time.
0 commit comments