File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/main/java/lavalink/server/config Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 88build /*
99* .jar
1010! gradle /wrapper /gradle-wrapper.jar
11+ .project
12+ .classpath
13+ .settings
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ bootJar {
1818 archiveName = " Lavalink.jar"
1919}
2020
21- sourceCompatibility = 11
22- targetCompatibility = 11
21+ sourceCompatibility = targetCompatibility = 1.8
2322
2423bootRun {
2524 // compiling tests during bootRun increases the likelihood of catching broken tests locally instead of on the CI
3837}
3938
4039dependencies {
41- compile group : ' space.npstr ' , name : ' Magma ' , version : magmaVersion
40+ compile group : ' club.minnced ' , name : ' magma ' , version : magmaVersion
4241 compile group : ' com.sedmelluq' , name : ' lavaplayer' , version : lavaplayerVersion
4342 compile group : ' com.sedmelluq' , name : ' jda-nas' , version : jdaNasVersion
4443 compile group : ' org.jetbrains.kotlin' , name : ' kotlin-reflect' , version : kotlinVersion
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void setPassword(String password) {
5050 /**
5151 * @deprecated use {@link SentryConfigProperties} instead.
5252 */
53- @ Deprecated ( since = "3" )
53+ @ Deprecated
5454 public String getSentryDsn () {
5555 return sentryDsn ;
5656 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ allprojects {
2424 mavenCentral() // main maven repo
2525 jcenter() // JDA and some other stuff
2626 mavenLocal() // useful for developing
27- maven { url " https://jitpack.io" } // build projects directly from github
27+ maven { url " https://jitpack.io" } // build projects directly from github
2828 }
2929
3030 group = ' lavalink'
@@ -50,7 +50,7 @@ subprojects {
5050 // @formatter:off
5151
5252 lavaplayerVersion = ' 1.3.10'
53- magmaVersion = ' 0.8.3 '
53+ magmaVersion = ' 0.9.0 '
5454 jdaNasVersion = ' 1.0.6'
5555 jappVersion = ' 1.3'
5656
You can’t perform that action at this time.
0 commit comments