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

Commit

Permalink
updates to gradle 7 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto authored Aug 18, 2023
1 parent cd30368 commit 3268903
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 221 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
*/

plugins {
id 'net.wooga.plugins' version '4.0.0'
id 'net.wooga.snyk' version '0.12.0'
id 'net.wooga.snyk-gradle-plugin' version '0.6.0'
id "net.wooga.cve-dependency-resolution" version "0.4.0"
id 'net.wooga.plugins' version '5.0.0'
id 'net.wooga.snyk' version '0.13.0'
id 'net.wooga.snyk-gradle-plugin' version '0.7.0'
id "net.wooga.cve-dependency-resolution" version "0.5.0"
}

group 'net.wooga.gradle'
Expand Down Expand Up @@ -50,8 +50,8 @@ dependencies {

// Internal wooga plugins
implementation 'com.wooga.gradle:gradle-commons:[1,2['
implementation 'gradle.plugin.net.wooga.gradle:atlas-version:[1,2['
implementation 'gradle.plugin.net.wooga.gradle:atlas-github:[2, 3['
implementation 'net.wooga.gradle:version:[2,3['
implementation 'net.wooga.gradle:github:[4,5['
}

pluginBundle {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
21 changes: 2 additions & 19 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
#
# Copyright 2018 Wooga GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#

#Wed Sep 12 09:55:42 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
Loading

0 comments on commit 3268903

Please sign in to comment.