Author: fanningpj
Date: Mon Feb 14 11:02:54 2022
New Revision: 1898059
URL: http://svn.apache.org/viewvc?rev=1898059&view=rev
Log:
gradle 7.4
Modified:
xmlbeans/trunk/build.gradle
xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1898059&r1=1898058&r2=1898059&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Mon Feb 14 11:02:54 2022
@@ -177,8 +177,7 @@ dependencies {
}
wrapper {
- // https://stackoverflow.com/a/54741656/2066598
- gradleVersion = '7.3.3'
+ gradleVersion = '7.4'
}
def extCP = files(configurations.testCompileClasspath +
sourceSets.main.output.files + sourceSets.main.resources.srcDirs)
Modified: xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties?rev=1898059&r1=1898058&r2=1898059&view=diff
==============================================================================
--- xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties (original)
+++ xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties Mon Feb 14 11:02:54
2022
@@ -1,19 +1,5 @@
-# Copyright 2004 The Apache Software Foundation
-#
-# 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.
-
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]