This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 35a7889  [NETBEANS-6107] Bumped Gradle Tooling to 7.3-rc-1 with Java 
17 support.
35a7889 is described below

commit 35a7889a55e6f1a183c3e862e1834231e7033f57
Author: Laszlo Kishalmi <laszlo.kisha...@gmail.com>
AuthorDate: Thu Oct 14 08:51:40 2021 -0700

    [NETBEANS-6107] Bumped Gradle Tooling to 7.3-rc-1 with Java 17 support.
---
 extide/gradle/nbproject/project.xml                                   | 2 +-
 .../modules/gradle/api/execute/GradleDistributionManager.java         | 4 ++--
 extide/libs.gradle/external/binaries-list                             | 2 +-
 ...ng-api-7.0-license.txt => gradle-tooling-api-7.3-rc-1-license.txt} | 4 ++--
 ...ling-api-7.0-notice.txt => gradle-tooling-api-7.3-rc-1-notice.txt} | 2 +-
 extide/libs.gradle/manifest.mf                                        | 2 +-
 extide/libs.gradle/nbproject/project.properties                       | 2 +-
 extide/libs.gradle/nbproject/project.xml                              | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/extide/gradle/nbproject/project.xml 
b/extide/gradle/nbproject/project.xml
index 318d459..4831e4a 100644
--- a/extide/gradle/nbproject/project.xml
+++ b/extide/gradle/nbproject/project.xml
@@ -30,7 +30,7 @@
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>7</release-version>
-                        <specification-version>7.0</specification-version>
+                        <specification-version>7.3</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
index 7603756..387eae1 100644
--- 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
+++ 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
@@ -360,7 +360,7 @@ public final class GradleDistributionManager {
     File distributionBaseDir(URI downloadLocation, String version) {
         WrapperConfiguration conf = new WrapperConfiguration();
         conf.setDistribution(downloadLocation);
-        PathAssembler pa = new PathAssembler(gradleUserHome);
+        PathAssembler pa = new PathAssembler(gradleUserHome, null);
         PathAssembler.LocalDistribution dist = pa.getDistribution(conf);
         return new File(dist.getDistributionDir(), "gradle-" + version);
     }
@@ -566,7 +566,7 @@ public final class GradleDistributionManager {
             try {
                 WrapperConfiguration conf = new WrapperConfiguration();
                 conf.setDistribution(dist.getDistributionURI());
-                PathAssembler pa = new PathAssembler(gradleUserHome);
+                PathAssembler pa = new PathAssembler(gradleUserHome, null);
                 Install install = new Install(new Logger(true), this, pa);
                 install.createDist(conf);
             } catch (Exception ex) {
diff --git a/extide/libs.gradle/external/binaries-list 
b/extide/libs.gradle/external/binaries-list
index 8e51574..121211d 100644
--- a/extide/libs.gradle/external/binaries-list
+++ b/extide/libs.gradle/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-DFC57AE4562914B649BF530C2D9BB22EC9677CF1 gradle-tooling-api-7.0.jar
+B2123DF25C938DD072C7D07716629AABEF0ABD10 gradle-tooling-api-7.3-rc-1.jar
\ No newline at end of file
diff --git a/extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt 
b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
similarity index 99%
rename from extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt
rename to extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
index 6f7c43c..d6bae9d 100644
--- a/extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt
+++ b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
@@ -1,7 +1,7 @@
 Name: Gradle Wrapper
 Description: Gradle Tooling API
-Version: 7.0
-Files: gradle-tooling-api-7.0.jar
+Version: 7.3-rc-1
+Files: gradle-tooling-api-7.3-rc-1.jar
 License: Apache-2.0
 Origin: Gradle Inc.
 URL: https://gradle.org/
diff --git a/extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt 
b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
similarity index 86%
rename from extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt
rename to extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
index c8d33b5..dd60be3 100644
--- a/extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt
+++ b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
@@ -5,4 +5,4 @@ This product includes software developed at
 Gradle Inc. (https://gradle.org/).
 
 This product includes/uses SLF4J (https://www.slf4j.org/)
-developed by QOS.ch, 2004-2020
+developed by QOS.ch, 2004-2021
diff --git a/extide/libs.gradle/manifest.mf b/extide/libs.gradle/manifest.mf
index 62a2e7a..caf4af0 100644
--- a/extide/libs.gradle/manifest.mf
+++ b/extide/libs.gradle/manifest.mf
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.modules.libs.gradle/7
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/libs/gradle/Bundle.properties
-OpenIDE-Module-Specification-Version: 7.2
+OpenIDE-Module-Specification-Version: 7.3
diff --git a/extide/libs.gradle/nbproject/project.properties 
b/extide/libs.gradle/nbproject/project.properties
index 3090436..17922b1 100644
--- a/extide/libs.gradle/nbproject/project.properties
+++ b/extide/libs.gradle/nbproject/project.properties
@@ -22,4 +22,4 @@ javac.compilerargs=-Xlint -Xlint:-serial
 # For more information, please see http://wiki.netbeans.org/SignatureTest
 sigtest.gen.fail.on.error=false
 
-release.external/gradle-tooling-api-7.0.jar=modules/gradle/gradle-tooling-api.jar
+release.external/gradle-tooling-api-7.3-rc-1.jar=modules/gradle/gradle-tooling-api.jar
diff --git a/extide/libs.gradle/nbproject/project.xml 
b/extide/libs.gradle/nbproject/project.xml
index 1f3448c..ec8671c 100644
--- a/extide/libs.gradle/nbproject/project.xml
+++ b/extide/libs.gradle/nbproject/project.xml
@@ -39,7 +39,7 @@
             </public-packages>
             <class-path-extension>
                 
<runtime-relative-path>gradle/gradle-tooling-api.jar</runtime-relative-path>
-                
<binary-origin>external/gradle-tooling-api-7.0.jar</binary-origin>
+                
<binary-origin>external/gradle-tooling-api-7.3-rc-1.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to