Update gradle and libraries

ttnv3
Bertrik Sikken 2020-10-04 15:50:28 +02:00
rodzic d4548eb8ea
commit 64f5f19d44
6 zmienionych plików z 10 dodań i 25 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
plugins {
id 'com.github.spotbugs' version '4.5.0'
id 'com.github.ben-manes.versions' version '0.29.0'
id 'com.github.spotbugs' version '4.5.1'
id 'com.github.ben-manes.versions' version '0.33.0'
}
version = '0.1'

Wyświetl plik

@ -14,7 +14,7 @@ libraries.slf4jlog4j = 'org.slf4j:slf4j-log4j12:1.7.26'
libraries.jaxb_api = 'javax.xml.bind:jaxb-api:2.3.0'
libraries.jackson = [
'com.fasterxml.jackson.core:jackson-databind:2.11.2'
'com.fasterxml.jackson.core:jackson-databind:2.11.3'
]
libraries.retrofit = [
@ -28,8 +28,8 @@ libraries.mqtt_client = 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
// test libraries
libraries.junit = 'junit:junit:4.13'
libraries.mockito = 'org.mockito:mockito-core:3.5.5'
libraries.mockito = 'org.mockito:mockito-core:3.5.13'
// check libraries
libraries.spotbugs_annotations = 'com.github.spotbugs:spotbugs-annotations:4.1.2'
libraries.spotbugs_annotations = 'com.github.spotbugs:spotbugs-annotations:4.1.3'

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradle/gradlew vendored
Wyświetl plik

@ -130,7 +130,7 @@ fi
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath

21
gradle/gradlew.bat vendored
Wyświetl plik

@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto init
if "%ERRORLEVEL%" == "0" goto execute
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
@ -54,7 +54,7 @@ goto fail
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto init
if exist "%JAVA_EXE%" goto execute
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
@ -64,21 +64,6 @@ echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not "%OS%" == "Windows_NT" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if "x%~1" == "x" goto execute
set CMD_LINE_ARGS=%*
:execute
@rem Setup the command line
@ -86,7 +71,7 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
:end
@rem End local scope for the variables with windows NT shell