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:
48
48
uses : gradle/actions/setup-gradle@v4
49
49
50
50
- name : Build Lavalink
51
- run : ./gradlew build -x test
51
+ run : ./gradlew build
52
52
53
53
- name : Build Lavalink musl
54
- run : ./gradlew build -PtargetPlatform=musl -x test
54
+ run : ./gradlew build -PtargetPlatform=musl
55
55
56
56
- name : Publish to Maven
57
57
env :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fun VersionCatalogBuilder.spring() {
25
25
26
26
library(" spring-websocket" , " org.springframework" , " spring-websocket" ).version(" 6.1.9" )
27
27
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 " )
29
29
30
30
library(" spring-boot" , " org.springframework.boot" , " spring-boot" ).versionRef(" spring-boot" )
31
31
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