You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Yeah, we are going to want to cache our build dependencies so our builds aren't held up downloading for every container
cache:
directories:
- $HOME/.gradle
- $HOME/protobuf
dist: trusty
jdk:
- oraclejdk8
- openjdk8
# Allow running on a container instead of a traditional VM
sudo: false
#There is currently an issue in Gradle where a forked JVM will ignore any no-daemon flag (--no-daemon, org.gradle.daemon) for the forked process if jvm args are supplied.