diff --git a/build.gradle b/build.gradle index b52d8e185..bef78d3f3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,11 @@ plugins { id 'org.cyclonedx.bom' version '1.10.0' id 'io.spring.javaformat' version '0.0.43' 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: 'checkstyle' apply plugin: 'io.spring.javaformat' @@ -88,3 +91,4 @@ checkFormatAotTest.enabled = false formatAot.enabled = false formatAotTest.enabled = false + diff --git a/settings.gradle b/settings.gradle index e60ee14fa..dc753dc81 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,2 @@ -rootProject.name = 'spring-petclinic' +rootProject.name = 'MyPetClinic' +