Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0d55c3b86 | ||
|
|
2e591839f8 | ||
|
|
9c93ece4e9 | ||
|
|
bfc0a9e65e |
@@ -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/
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
org.gradle.daemon=fasle
|
||||
org.gradle.configureondemand=false
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=true
|
||||
org.gradle.caching=true
|
||||
systemProp.org.gradle.internal.http.maxConnections=8
|
||||
Reference in New Issue
Block a user