Please note that Gradle requires Java (JDK or JRE version 6 or higher). Rather than lock users into one version, we've left it up to you. When you run the Gradle image, include a JDK or JRE image of your choosing:
turbo run oracle/jdk:6.45,gradle/gradle-nightly
Here's a simple use case for gradle. We'll clone a project using git, then test with gradle:
> turbo run oracle/jdk:7.65,gradle/gradle-nightly --using=git/git
(123) > git clone https://github.com/spring-projects/spring-mobile.git
(123) > cd spring-mobile && gradlew clean test
No release notes
This repository does not have an EULA
Actions