Skip to content
Snippets Groups Projects
Commit 673e3bda authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Upgrade to gradle version 6.7.1

parent 2083119b
Branches
Tags
1 merge request!59Further Configuration Options for Kafka Streams
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.7.1" classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.0"
} }
} }
...@@ -109,7 +109,7 @@ configure(commonProjects) { ...@@ -109,7 +109,7 @@ configure(commonProjects) {
// Per default XML reports for SpotBugs are generated // Per default XML reports for SpotBugs are generated
// Include this to generate HTML reports // Include this to generate HTML reports
tasks.withType(com.github.spotbugs.SpotBugsTask) { tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
reports { reports {
// Either HTML or XML reports can be activated // Either HTML or XML reports can be activated
html.enabled true html.enabled true
...@@ -166,7 +166,7 @@ subprojects { ...@@ -166,7 +166,7 @@ subprojects {
reportLevel = "low" reportLevel = "low"
effort = "max" effort = "max"
ignoreFailures = false ignoreFailures = false
toolVersion = '3.1.7' toolVersion = '4.1.4'
} }
} }
......
No preview for this file type
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
...@@ -28,7 +28,7 @@ APP_NAME="Gradle" ...@@ -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"
......
...@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment