update 3rd party libs and gradle
This commit is contained in:
@@ -5,9 +5,9 @@ dependencies {
|
|||||||
compile project(':file-utils')
|
compile project(':file-utils')
|
||||||
compile project(':pdb-utils')
|
compile project(':pdb-utils')
|
||||||
|
|
||||||
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
|
compile lib_log4j2_core
|
||||||
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
|
compile lib_log4j2_slf4j_impl
|
||||||
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
|
compile lib_primitive_collections
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
12
build.gradle
12
build.gradle
@@ -30,10 +30,10 @@ ext {
|
|||||||
|
|
||||||
lib_primitive_collections='org.lucares:primitiveCollections:0.1.20181120195412'
|
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_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.0.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.0.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.0.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
|
tasks.cleanEclipseJdt.dependsOn cleanEclipseSettings
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
wrapper {
|
||||||
gradleVersion = '4.10.2'
|
gradleVersion = '5.0'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
compile lib_log4j2_core
|
||||||
|
compile lib_log4j2_slf4j_impl
|
||||||
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
|
compile lib_primitive_collections
|
||||||
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
|
|
||||||
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
|
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
2
gradlew
vendored
2
gradlew
vendored
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
|
|||||||
APP_BASE_NAME=`basename "$0"`
|
APP_BASE_NAME=`basename "$0"`
|
||||||
|
|
||||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
DEFAULT_JVM_OPTS=""
|
DEFAULT_JVM_OPTS='"-Xmx64m"'
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD="maximum"
|
MAX_FD="maximum"
|
||||||
|
|||||||
2
gradlew.bat
vendored
2
gradlew.bat
vendored
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
|
|||||||
set APP_HOME=%DIRNAME%
|
set APP_HOME=%DIRNAME%
|
||||||
|
|
||||||
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
set DEFAULT_JVM_OPTS=
|
set DEFAULT_JVM_OPTS="-Xmx64m"
|
||||||
|
|
||||||
@rem Find java.exe
|
@rem Find java.exe
|
||||||
if defined JAVA_HOME goto findJavaFromJavaHome
|
if defined JAVA_HOME goto findJavaFromJavaHome
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ dependencies {
|
|||||||
compile project(':byte-utils')
|
compile project(':byte-utils')
|
||||||
compile project(':pdb-utils')
|
compile project(':pdb-utils')
|
||||||
compile project(':file-utils')
|
compile project(':file-utils')
|
||||||
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
|
compile lib_primitive_collections
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user