Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 49bbf01

Browse files
Update to groovy3/gradle7 (#194)
1 parent 43b8e16 commit 49bbf01

13 files changed

+311
-239
lines changed

build.gradle

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323

2424
plugins {
25-
id 'net.wooga.plugins' version '4.0.0'
25+
id 'net.wooga.plugins' version '5.0.0-rc.2'
2626
id 'net.wooga.snyk' version '0.12.0'
2727
id 'net.wooga.snyk-gradle-plugin' version '0.6.0'
2828
id "net.wooga.cve-dependency-resolution" version "0.4.0"
@@ -62,13 +62,14 @@ repositories {
6262
}
6363

6464
dependencies {
65-
implementation "net.wooga.gradle:dotnet-sonarqube:[0.4,0.5["
66-
implementation "net.wooga.gradle:unity:[3,4["
65+
api 'software.amazon.awssdk:secretsmanager:[2.16,3['
66+
api 'net.wooga.gradle:secrets:[2,3['
67+
api "net.wooga.gradle:macos-security:[2,3["
68+
implementation "net.wooga.gradle:dotnet-sonarqube:[1,2["
69+
implementation "net.wooga.gradle:unity:[4,5["
6770
implementation 'com.wooga.gradle:gradle-commons:[1.5,2['
6871
implementation "org.gradle:gradle-tooling-api:+"
69-
api 'net.wooga.gradle:secrets:[1,2['
70-
api "net.wooga.gradle:macos-security:[1.0.1,2["
71-
api 'software.amazon.awssdk:secretsmanager:[2.16,3['
72+
7273
implementation 'org.apache.commons:commons-text:1.8'
7374
testImplementation('com.nagternal:spock-genesis:0.6.0') {
7475
// This library tries to pull groovy-all in version 2.4 which is not compatible with groovy-all 2.5

gradle/wrapper/gradle-wrapper.jar

7.08 KB
Binary file not shown.
+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
#
2-
# Copyright 2018 Wooga GmbH
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
#
17-
181
distributionBase=GRADLE_USER_HOME
192
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
4+
networkTimeout=10000
205
zipStoreBase=GRADLE_USER_HOME
216
zipStorePath=wrapper/dists
22-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip

0 commit comments

Comments
 (0)