mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
apply compiler encoding
This commit is contained in:
parent
694e5d3fd9
commit
3cc9f667b0
2 changed files with 5 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
build
|
||||
target/*
|
||||
.settings/*
|
||||
.classpath
|
||||
.project
|
||||
|
||||
.gradle
|
||||
.idea
|
||||
*.iml
|
||||
|
|
|
@ -127,6 +127,7 @@ dependencies {
|
|||
|
||||
sourceCompatibility = "${java_version}"
|
||||
targetCompatibility = "${java_version}"
|
||||
[compileJava, compileTestJava]*.options*.encoding = "${project_build_sourceEncoding}"
|
||||
|
||||
processTestResources {
|
||||
from(sourceSets.test.java.srcDirs) {
|
||||
|
|
Loading…
Reference in a new issue