Skip to content

Commit 45ab9cf

Browse files
committed
#21 Gradle plugin: improved integration test
1 parent 32a9126 commit 45ab9cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

jcp-tests/jcp-test-gradle/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,10 @@ preprocessSettings {
6464
sourceSets.main.java.srcDirs = [targetFolder]
6565
}
6666

67+
preprocess {
68+
verbose = true
69+
targetEncoding = "UTF-8"
70+
}
71+
6772
compileJava.dependsOn preprocess
6873

0 commit comments

Comments
 (0)