Skip to content

Instantly share code, notes, and snippets.

@ehudon
Created February 2, 2021 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehudon/7379f19f33b651b28dd8f2c80caa4c1a to your computer and use it in GitHub Desktop.
Save ehudon/7379f19f33b651b28dd8f2c80caa4c1a to your computer and use it in GitHub Desktop.
Minimal Gradle Build File
// Hi Calin, please refer to the documentation in:
// https://docs.gradle.org/current/userguide/java_plugin.html
// You will need to put your source files in `src/main/java`.
// To build the project use `gradle build`.
plugins {
id "java"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment