Skip to content

Instantly share code, notes, and snippets.

@typelogic
Created January 12, 2021 11:36
Show Gist options
  • Save typelogic/1117df1fd58ad47a89ab948f631a68cc to your computer and use it in GitHub Desktop.
Save typelogic/1117df1fd58ad47a89ab948f631a68cc to your computer and use it in GitHub Desktop.
buildscript {
}
plugins {
id 'java-library'
}
def a = 'stuff/src/main/java'
def b = System.getenv('b')
sourceSets {
main.java.srcDirs = [a, b]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment