mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +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.
|
||||
*/
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.0'
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'maven'
|
||||
|
@ -50,3 +48,6 @@ sourceCompatibility = '1.8'
|
|||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue