Skip to content

Commit

Permalink
Fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Rasmussen committed Jul 28, 2017
1 parent f7fbf0b commit 3480170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version='1.0.3'
license {
header rootProject.file('License.md')
strictCheck false
excludes(["**/*.json"],["**/*.ftl"])
excludes(["**/*.json", "**/*.ftl"])
ext.year = Calendar.getInstance().get(Calendar.YEAR)
ext.name = 'XEBIALABS'
}

0 comments on commit 3480170

Please sign in to comment.