Skip to content

Commit

Permalink
Merge branch 'master' into install-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lroellin committed May 23, 2017
2 parents f36f08c + 1cff906 commit 92987f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

apply plugin: "application"
apply plugin: "java"
apply plugin: "distribution"

apply plugin: "checkstyle"
apply plugin: "jacoco"
Expand Down Expand Up @@ -62,6 +63,14 @@ dependencies {
testCompile "com.h2database:h2:${h2Version}"
}

distributions {
main {
contents {
from { "application.properties-example" }
}
}
}

checkstyle {
configFile = rootProject.file("checkstyle.xml")
toolVersion = "7.6"
Expand Down

0 comments on commit 92987f5

Please sign in to comment.