Exclude test configuration file when build

This commit is contained in:
SunZhaonan 2016-02-17 17:20:36 -08:00
parent 033a28faee
commit 01b62763b7

View File

@ -48,6 +48,7 @@ sourceSets {
} }
resources { resources {
srcDir 'src/resources' srcDir 'src/resources'
exclude '**/application.properties'
} }
} }
} }