mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update build.gradle
This commit is contained in:
parent
ba529170b4
commit
3983728179
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file was generated by the Gradle 'init' task.
|
* This file was generated by the Gradle 'init' task.
|
||||||
*/
|
*/
|
||||||
task wrapper(type: Wrapper) {
|
|
||||||
gradleVersion = '2.0'
|
|
||||||
}
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'maven'
|
id 'maven'
|
||||||
|
@ -50,3 +48,6 @@ sourceCompatibility = '1.8'
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.encoding = 'UTF-8'
|
options.encoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
task wrapper(type: Wrapper) {
|
||||||
|
gradleVersion = '2.0'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue