Use JDA LTS #8
2 arquivos alterados com 2 adições e 2 exclusões
Update development (#5)
* Fix typo. * Fix typo. * Update build.gradle * Update gradle.properties * Update Bot.java * Delete src/main/java/com/awakenedredstone/autowhitelist/bot directory * Fix crash when whitelistScheduledVerificationSeconds is below 30 * Remove CPU status query * Fix help command. Set a minimum allowed value to whitelistScheduledVerificationSeconds. * Fix issue where /auto-whitelist wasn't available after doing /reload * Fix typo * Create README.md * Beta 3 * Beta 3 * Create LICENSE * Create LICENSE * Update README.md * Update README.md * Beta 4 * Beta 5 - >=22w03a * Update README.md * Beta 5.0.1 - >=22w03a - Patch * Create FUNDING.yml * Update README.md * Update LICENSE
commit
09bdf4e61e
|
|
@ -76,4 +76,4 @@ tasks.withType(JavaCompile) {
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
from "LICENSE"
|
from "LICENSE"
|
||||||
}
|
}
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
externo
2
gradle/wrapper/gradle-wrapper.properties
externo
|
|
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
Referência em uma nova issue