Skip to content

Instantly share code, notes, and snippets.

@Raniz85
Created September 20, 2017 07:41
Show Gist options
  • Save Raniz85/b82c0664f610e446d76ae1e58b9b9b9f to your computer and use it in GitHub Desktop.
Save Raniz85/b82c0664f610e446d76ae1e58b9b9b9f to your computer and use it in GitHub Desktop.
Example build.gradle that uses the Java plugin and Gradle 4.1
plugins {
id "java"
}
wrapper {
gradleVersion = "4.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment