Upgrade build.gradle to use 1.0.31.RELEASE version of the thin-launcher
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user