Compare commits
4 Commits
0514110fa0
...
v4.2.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c222009b2 | ||
|
|
e077d18760 | ||
|
|
2afc52e858 | ||
| 17a094b727 |
@@ -20,4 +20,4 @@ jobs:
|
|||||||
uses: https://gitea.skydust.fr/actions/create-release@main
|
uses: https://gitea.skydust.fr/actions/create-release@main
|
||||||
with:
|
with:
|
||||||
semver: ${{ inputs.semver }}
|
semver: ${{ inputs.semver }}
|
||||||
token: ${{ secrets.CI_GIT_WRITE_TOKEN }}
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
|
|||||||
@@ -30,12 +30,12 @@ dependencies {
|
|||||||
implementation 'club.minnced:opus-java:1.1.1'
|
implementation 'club.minnced:opus-java:1.1.1'
|
||||||
implementation 'ws.schild:jave-all-deps:3.5.0'
|
implementation 'ws.schild:jave-all-deps:3.5.0'
|
||||||
implementation 'com.google.guava:guava:33.4.0-jre'
|
implementation 'com.google.guava:guava:33.4.0-jre'
|
||||||
implementation 'com.github.oshi:oshi-core:6.6.5'
|
implementation 'com.github.oshi:oshi-core:6.6.6'
|
||||||
implementation 'com.github.oshi:oshi-json:3.13.6'
|
implementation 'com.github.oshi:oshi-json:3.13.6'
|
||||||
implementation 'org.slf4j:slf4j-simple:2.0.16'
|
implementation 'org.slf4j:slf4j-simple:2.0.16'
|
||||||
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
||||||
implementation 'dev.arbjerg:lavaplayer:2.2.2'
|
implementation 'dev.arbjerg:lavaplayer:2.2.2'
|
||||||
implementation 'net.dv8tion:JDA:5.2.2'
|
implementation 'net.dv8tion:JDA:5.2.3'
|
||||||
implementation 'org.reflections:reflections:0.10.2'
|
implementation 'org.reflections:reflections:0.10.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user