update 3rd party libs and gradle
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -30,10 +30,10 @@ ext {
|
||||
|
||||
lib_primitive_collections='org.lucares:primitiveCollections:0.1.20181120195412'
|
||||
|
||||
lib_spring_boot_log4j2='org.springframework.boot:spring-boot-starter-log4j2:2.1.0.RELEASE'
|
||||
lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.0.RELEASE'
|
||||
lib_spring_boot_test='org.springframework.boot:spring-boot-starter-test:2.1.0.RELEASE'
|
||||
lib_spring_boot_web='org.springframework.boot:spring-boot-starter-web:2.1.0.RELEASE'
|
||||
lib_spring_boot_log4j2='org.springframework.boot:spring-boot-starter-log4j2:2.1.1.RELEASE'
|
||||
lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.1.RELEASE'
|
||||
lib_spring_boot_test='org.springframework.boot:spring-boot-starter-test:2.1.1.RELEASE'
|
||||
lib_spring_boot_web='org.springframework.boot:spring-boot-starter-web:2.1.1.RELEASE'
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -83,6 +83,6 @@ allprojects {
|
||||
tasks.cleanEclipseJdt.dependsOn cleanEclipseSettings
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '4.10.2'
|
||||
wrapper {
|
||||
gradleVersion = '5.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user