Skip to content

Instantly share code, notes, and snippets.

@krzema12
Created November 20, 2022 18:55
Show Gist options
  • Save krzema12/92e5aeffc726b68e688783a5dcb7a93d to your computer and use it in GitHub Desktop.
Save krzema12/92e5aeffc726b68e688783a5dcb7a93d to your computer and use it in GitHub Desktop.
val GRADLE = "JDK_9=\"$JAVA_HOME\" ./gradlew"
// usage:
job(...) {
run("$GRADLE build")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment