Updated Project

This commit is contained in:
Pranjal Kumar 2025-03-19 14:11:54 +05:30
parent 2aa53f929d
commit 10a269dbbf
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -1 +1,2 @@
rootProject.name = 'spring-petclinic' rootProject.name = 'MyPetClinic'