updated gradle to 6.2

fixed missing change of gradle version on pom.xml

fixed evertything

fixed evertything
This commit is contained in:
SR-Lut3t1um
2020-02-18 11:08:05 +01:00
committed by Guillaume Smet
parent 3d265543e5
commit 9a8efdad51
5 changed files with 7 additions and 5 deletions

View File

@@ -55,7 +55,7 @@
<!-- These 2 properties are used by CreateProjectMojo to add the Maven Wrapper --> <!-- These 2 properties are used by CreateProjectMojo to add the Maven Wrapper -->
<proposed-maven-version>3.6.3</proposed-maven-version> <proposed-maven-version>3.6.3</proposed-maven-version>
<maven-wrapper.version>0.7.7</maven-wrapper.version> <maven-wrapper.version>0.7.7</maven-wrapper.version>
<gradle-wrapper.version>6.0.1</gradle-wrapper.version> <gradle-wrapper.version>6.2</gradle-wrapper.version>
<!-- MicroProfile TCK versions --> <!-- MicroProfile TCK versions -->
<microprofile-health-api.version>2.1</microprofile-health-api.version> <microprofile-health-api.version>2.1</microprofile-health-api.version>

Binary file not shown.

View File

@@ -1,6 +1,5 @@
#Tue Nov 26 00:14:48 BRST 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0 set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME% set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@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="-Xmx64m" "-Xms64m" set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"

View File

@@ -27,7 +27,7 @@
<!-- These properties are used by CreateProjectMojo to add the Maven Wrapper --> <!-- These properties are used by CreateProjectMojo to add the Maven Wrapper -->
<proposed-maven-version>3.6.3</proposed-maven-version> <proposed-maven-version>3.6.3</proposed-maven-version>
<maven-wrapper.version>0.7.7</maven-wrapper.version> <maven-wrapper.version>0.7.7</maven-wrapper.version>
<gradle-wrapper.version>6.0.1</gradle-wrapper.version> <gradle-wrapper.version>6.2</gradle-wrapper.version>
<!-- These properties are needed in order for them to be resolvable by the generated projects --> <!-- These properties are needed in order for them to be resolvable by the generated projects -->
<!-- Quarkus uses jboss-parent and it comes with 3.8.0-jboss-2, we don't want that in the templates --> <!-- Quarkus uses jboss-parent and it comes with 3.8.0-jboss-2, we don't want that in the templates -->