Compare commits
12 Commits
v4.2.4
...
720369082a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
720369082a | ||
|
|
a980a69908 | ||
|
|
0c0cb791ce | ||
|
|
780c672e56 | ||
|
|
03665f5556 | ||
|
|
e805f12a9d | ||
|
|
dd7dfaedaf | ||
|
|
3c0103c4ed | ||
|
|
6c222009b2 | ||
|
|
e077d18760 | ||
|
|
2afc52e858 | ||
| 17a094b727 |
@@ -20,4 +20,4 @@ jobs:
|
||||
uses: https://gitea.skydust.fr/actions/create-release@main
|
||||
with:
|
||||
semver: ${{ inputs.semver }}
|
||||
token: ${{ secrets.CI_GIT_WRITE_TOKEN }}
|
||||
token: ${{ secrets.CI_TOKEN }}
|
||||
|
||||
10
build.gradle
10
build.gradle
@@ -29,13 +29,13 @@ dependencies {
|
||||
implementation 'net.lingala.zip4j:zip4j:2.11.5'
|
||||
implementation 'club.minnced:opus-java:1.1.1'
|
||||
implementation 'ws.schild:jave-all-deps:3.5.0'
|
||||
implementation 'com.google.guava:guava:33.4.0-jre'
|
||||
implementation 'com.github.oshi:oshi-core:6.6.5'
|
||||
implementation 'com.google.guava:guava:33.4.6-jre'
|
||||
implementation 'com.github.oshi:oshi-core:6.8.0'
|
||||
implementation 'com.github.oshi:oshi-json:3.13.6'
|
||||
implementation 'org.slf4j:slf4j-simple:2.0.16'
|
||||
implementation 'org.slf4j:slf4j-simple:2.0.17'
|
||||
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
||||
implementation 'dev.arbjerg:lavaplayer:2.2.2'
|
||||
implementation 'net.dv8tion:JDA:5.2.2'
|
||||
implementation 'dev.arbjerg:lavaplayer:2.2.3'
|
||||
implementation 'net.dv8tion:JDA:5.3.2'
|
||||
implementation 'org.reflections:reflections:0.10.2'
|
||||
}
|
||||
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
2
gradlew
vendored
2
gradlew
vendored
@@ -205,7 +205,7 @@ fi
|
||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
|
||||
# Collect all arguments for the java command:
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# and any embedded shellness will be escaped.
|
||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||
# treated as '${Hostname}' itself on the command line.
|
||||
|
||||
Reference in New Issue
Block a user