init
continuous-integration/drone Build is passing

This commit is contained in:
曾志威
2026-02-25 15:42:36 +08:00
parent f3695b7f5f
commit bfc0a9e65e
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -6,5 +6,6 @@ RUN set -eux; \
RUN set -eux; \
npm install -g coffee-script stylus
ADD gradle.properties /root/.gradle/
ADD init.gradle /root/.gradle/
ADD config.json /root/.docker/
+8
View File
@@ -0,0 +1,8 @@
# ??????
org.gradle.daemon=true
# ??????
org.gradle.parallel=true
# ??????
org.gradle.caching=true
# ????????????????????????
org.gradle.configureondemand=true