File tree Expand file tree Collapse file tree 5 files changed +12
-26
lines changed Expand file tree Collapse file tree 5 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 11plugins {
22 `java- gradle- plugin`
3- id(" com.gradle.plugin-publish" ) version " 0.11 .0"
4- id(" org.sonarqube" ) version " 2.8 "
3+ id(" com.gradle.plugin-publish" ) version " 0.14 .0"
4+ id(" org.sonarqube" ) version " 3.1.1 "
55 kotlin(" jvm" ) version " 1.4.31"
66 `maven- publish`
7+ id(" com.github.ben-manes.versions" ) version " 0.38.0"
78}
89
910group = " org.springdoc"
@@ -40,15 +41,15 @@ publishing {
4041
4142dependencies {
4243 implementation(kotlin(" reflect" ))
43- implementation(group = " khttp" , name = " khttp" , version = " 1.0.0" )
44- implementation(group = " com.google.code.gson" , name = " gson" , version = " 2.8.6" )
45- implementation(group = " org.awaitility" , name = " awaitility-kotlin" , version = " 4.0.2 " )
44+ implementation(" khttp: khttp: 1.0.0" )
45+ implementation(" com.google.code.gson: gson: 2.8.6" )
46+ implementation(" org.awaitility: awaitility-kotlin: 4.0.3 " )
4647 implementation(files(" $projectDir /libs/gradle-processes-0.5.0.jar" ))
4748
4849 testImplementation(gradleTestKit())
4950 testImplementation(platform(" org.junit:junit-bom:5.7.1" ))
5051 testImplementation(" org.junit.jupiter:junit-jupiter" )
51- testImplementation(" com.beust:klaxon:5.2 " )
52+ testImplementation(" com.beust:klaxon:5.5 " )
5253}
5354
5455gradlePlugin {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 130130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
131131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
132132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133-
133+
134134 JAVACMD=` cygpath --unix " $JAVACMD " `
135135
136136 # We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
4040
4141set JAVA_EXE = java.exe
4242%JAVA_EXE% -version > NUL 2 >& 1
43- if " %ERRORLEVEL% " == " 0" goto init
43+ if " %ERRORLEVEL% " == " 0" goto execute
4444
4545echo .
4646echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
@@ -54,7 +54,7 @@ goto fail
5454set JAVA_HOME = %JAVA_HOME:" =%
5555set JAVA_EXE = %JAVA_HOME% /bin/java.exe
5656
57- if exist " %JAVA_EXE% " goto init
57+ if exist " %JAVA_EXE% " goto execute
5858
5959echo .
6060echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
@@ -64,29 +64,14 @@ echo location of your Java installation.
6464
6565goto fail
6666
67- :init
68- @ rem Get command-line arguments, handling Windows variants
69-
70- if not " %OS% " == " Windows_NT" goto win9xME_args
71-
72- :win9xME_args
73- @ rem Slurp the command line arguments.
74- set CMD_LINE_ARGS =
75- set _SKIP = 2
76-
77- :win9xME_args_slurp
78- if " x%~1 " == " x" goto execute
79-
80- set CMD_LINE_ARGS = %*
81-
8267:execute
8368@ rem Setup the command line
8469
8570set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8671
8772
8873@ rem Execute Gradle
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%
74+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %*
9075
9176:end
9277@ rem End local scope for the variables with windows NT shell
You can’t perform that action at this time.
0 commit comments