mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Updated Project
This commit is contained in:
parent
2aa53f929d
commit
10a269dbbf
2 changed files with 6 additions and 1 deletions
|
@ -6,8 +6,11 @@ plugins {
|
||||||
id 'org.cyclonedx.bom' version '1.10.0'
|
id 'org.cyclonedx.bom' version '1.10.0'
|
||||||
id 'io.spring.javaformat' version '0.0.43'
|
id 'io.spring.javaformat' version '0.0.43'
|
||||||
id "io.spring.nohttp" version "0.0.11"
|
id "io.spring.nohttp" version "0.0.11"
|
||||||
|
id 'pl.allegro.tech.build.axion-release' version '1.18.18'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version=scmVersion.version
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
apply plugin: 'io.spring.javaformat'
|
apply plugin: 'io.spring.javaformat'
|
||||||
|
@ -88,3 +91,4 @@ checkFormatAotTest.enabled = false
|
||||||
|
|
||||||
formatAot.enabled = false
|
formatAot.enabled = false
|
||||||
formatAotTest.enabled = false
|
formatAotTest.enabled = false
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
rootProject.name = 'spring-petclinic'
|
rootProject.name = 'MyPetClinic'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue