This repository was archived by the owner on Mar 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 65
65
googleJsr305Version = ' 3.0.2'
66
66
jacksonVersion = ' 2.11.0'
67
67
junitJupiterVersion = ' 5.6.2'
68
- log4jVersion = ' 2.13.2 '
69
- springIntegrationVersion = ' 5.3.1 .RELEASE'
70
- springKafkaVersion = ' 2.5.4.BUILD-SNAPSHOT '
68
+ log4jVersion = ' 2.13.3 '
69
+ springIntegrationVersion = ' 5.3.2 .RELEASE'
70
+ springKafkaVersion = ' 2.5.4.RELEASE '
71
71
72
72
idPrefix = ' kafka'
73
73
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 82
82
83
83
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
84
84
85
+
85
86
# Determine the Java command to use to start the JVM.
86
87
if [ -n " $JAVA_HOME " ] ; then
87
88
if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129
130
if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130
131
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
132
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133
+
132
134
JAVACMD=` cygpath --unix " $JAVACMD " `
133
135
134
136
# We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
84
84
85
85
set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
86
86
87
+
87
88
@ rem Execute Gradle
88
89
" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
89
90
You can’t perform that action at this time.
0 commit comments