This commit is contained in:
Mars Lan 2017-08-23 14:12:52 -07:00 committed by GitHub
parent fd938be594
commit da41ebacad

View File

@ -6,7 +6,7 @@ tasks.withType(PlayRun) {
// Manually define a sourceSet for license checking
sourceSets {
licsense {
license {
java {
srcDirs = ['app', 'test']
}