Skip to content

Instantly share code, notes, and snippets.

@topera
Created June 7, 2018 01:09
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 topera/3220dffe35529a232861e562977d4ddc to your computer and use it in GitHub Desktop.
Save topera/3220dffe35529a232861e562977d4ddc to your computer and use it in GitHub Desktop.
How to create a custom root source folder in Gradle
sourceSets {
myCustomSourceFolder {
// Create the structure myCustomSourceFolder/java/your-package
// Ref https://docs.gradle.org/current/userguide/organizing_gradle_projects.html
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment