Skip to content

Commit

Permalink
Build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jun 12, 2021
1 parent 9372bab commit 6a028b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id "java"
id "maven-publish"
id "signing"
id "com.bmuschko.izpack" version "2.0"
id "com.bmuschko.izpack" version "3.2"
id "de.undercouch.download" version "4.1.1"
}

Expand Down Expand Up @@ -208,6 +208,8 @@ task copyReferenceDocs(dependsOn: downloadReferenceDocs, type: Copy) {
}
}
}
compileTestJava.dependsOn copyReferenceDocs
test.dependsOn copyReferenceDocs

task copySchemas(type: Copy) {
from 'resources/schemas'
Expand Down

0 comments on commit 6a028b4

Please sign in to comment.