mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Add Gradle Support
This commit is contained in:
parent
3511b727df
commit
fd8279808a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* 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'
|
||||||
|
|
Loading…
Reference in a new issue