Skip to content

Instantly share code, notes, and snippets.

@nowshad-hasan
Created October 3, 2022 16:19
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 nowshad-hasan/2de041705678777c6550c7cdb29d3c18 to your computer and use it in GitHub Desktop.
Save nowshad-hasan/2de041705678777c6550c7cdb29d3c18 to your computer and use it in GitHub Desktop.
Gradle Build File
plugins {
id 'java'
}
group 'io.github.nowshad-hasan' // your group id
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
sourceSets {
main {
java {
srcDirs = ['src']
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment