mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +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.
|
||||
*/
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.0'
|
||||
}
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'maven'
|
||||
|
|
Loading…
Reference in a new issue