Upgrade build.gradle to use 1.0.31.RELEASE version of the thin-launcher

This commit is contained in:
Oleg Zhurakousky
2023-09-20 15:45:19 +02:00
parent 09eba7db8b
commit ff414f821b

View File

@@ -4,7 +4,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.3'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'maven-publish'
id 'org.springframework.boot.experimental.thin-launcher' version "1.0.30.RELEASE"
id 'org.springframework.boot.experimental.thin-launcher' version "1.0.31.RELEASE"
}
group = 'com.example'
@@ -42,7 +42,6 @@ publishing {
}
}
thinPom.mustRunAfter resolveMainClassName, test
shadowJar.mustRunAfter thinJar