Skip to content
Snippets Groups Projects
Commit c1b08b46 authored by Sören Henning's avatar Sören Henning
Browse files

Upgrade Gradle including plugins

Upgrade Gradle to 7.3.3
Upgrade Shadow to 7.1.2
Upgrade Spotbugs to 4.5.3 (Gradle Plugin 5.0.4)
parent e14323d5
Branches
Tags
No related merge requests found
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:6.0.0"
}
}
// to discover the precompiled script plugins // to discover the precompiled script plugins
plugins { plugins {
id 'groovy-gradle-plugin' id 'groovy-gradle-plugin'
...@@ -19,6 +8,6 @@ repositories { ...@@ -19,6 +8,6 @@ repositories {
} }
dependencies { dependencies {
implementation 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.0' implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.4'
implementation 'com.github.jengelman.gradle.plugins:shadow:6.0.0' implementation 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
} }
...@@ -66,5 +66,5 @@ spotbugs { ...@@ -66,5 +66,5 @@ spotbugs {
reportLevel = "low" reportLevel = "low"
effort = "max" effort = "max"
ignoreFailures = false ignoreFailures = false
toolVersion = '4.1.4' toolVersion = '4.5.3'
} }
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment