File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
4848 uses : gradle/actions/setup-gradle@v4
4949
5050 - name : Build Lavalink
51- run : ./gradlew build -x test
51+ run : ./gradlew build
5252
5353 - name : Build Lavalink musl
54- run : ./gradlew build -PtargetPlatform=musl -x test
54+ run : ./gradlew build -PtargetPlatform=musl
5555
5656 - name : Publish to Maven
5757 env :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fun VersionCatalogBuilder.spring() {
2525
2626 library(" spring-websocket" , " org.springframework" , " spring-websocket" ).version(" 6.1.9" )
2727
28- library(" spring-cloud-config" , " org.springframework.cloud" , " spring-cloud-starter-config" ).version(" 4.2.2 " )
28+ library(" spring-cloud-config" , " org.springframework.cloud" , " spring-cloud-starter-config" ).version(" 4.1.5 " )
2929
3030 library(" spring-boot" , " org.springframework.boot" , " spring-boot" ).versionRef(" spring-boot" )
3131 library(" spring-boot-web" , " org.springframework.boot" , " spring-boot-starter-web" ).versionRef(" spring-boot" )
You can’t perform that action at this time.
0 commit comments