Skip to content

Commit

Permalink
Merge pull request #86 from gyorokpeter/encoding
Browse files Browse the repository at this point in the history
Encoding
  • Loading branch information
gyorokpeter authored Mar 15, 2022
2 parents 2f74ada + 88839c9 commit b48674d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ configurations {

test {
useJUnitPlatform()
systemProperty "user.home", System.getProperty("user.home")
}

task integrationTest(type: Test) {
Expand All @@ -68,6 +69,10 @@ task integrationTest(type: Test) {
systemProperty "user.home", System.getProperty("user.home")
}

compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
compileIntTestJava.options.encoding = "UTF-8"

dependencies {
txtmark group: 'com.github.rjeschke', name: 'txtmark', version: '0.13'

Expand Down

0 comments on commit b48674d

Please sign in to comment.