|
@@ -1,13 +1,13 @@
|
|
// Gradle plugin
|
|
// Gradle plugin
|
|
plugins {
|
|
plugins {
|
|
- id 'org.springframework.boot' version '2.5.2' apply(false)
|
|
|
|
- id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply(false)
|
|
|
|
|
|
+ id 'org.springframework.boot' version '2.7.18'
|
|
|
|
+ id 'io.spring.dependency-management' version '1.0.9.RELEASE'
|
|
id 'java'
|
|
id 'java'
|
|
id 'war'
|
|
id 'war'
|
|
}
|
|
}
|
|
|
|
|
|
-apply plugin: 'org.springframework.boot'
|
|
|
|
-apply plugin: 'io.spring.dependency-management'
|
|
|
|
|
|
+// apply plugin: 'org.springframework.boot'
|
|
|
|
+// apply plugin: 'io.spring.dependency-management'
|
|
|
|
|
|
war {
|
|
war {
|
|
archiveBaseName = 'cus-wms-supervise2.0'
|
|
archiveBaseName = 'cus-wms-supervise2.0'
|
|
@@ -67,7 +67,7 @@ ext {
|
|
okhttp = '3.4.1'
|
|
okhttp = '3.4.1'
|
|
apache_commons_lang3 = '3.6'
|
|
apache_commons_lang3 = '3.6'
|
|
gson = '2.8.0'
|
|
gson = '2.8.0'
|
|
- snakeyaml = '1.25'
|
|
|
|
|
|
+ snakeyaml = '2.2'
|
|
}
|
|
}
|
|
dependencies {
|
|
dependencies {
|
|
|
|
|