Implement slack

This commit is contained in:
woozu-shin
2024-05-12 23:08:10 +09:00
parent e8ec96ed27
commit 8502b95a7d
34 changed files with 606 additions and 77 deletions

View File

@@ -4,3 +4,7 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.parallel.threads=4
org.gradle.daemon=true