Skip to content

Commit

Permalink
Merge pull request #6260 from apache/delivery
Browse files Browse the repository at this point in the history
Sync delivery to release190 for 19-rc3
  • Loading branch information
neilcsmith-net authored Jul 26, 2023
2 parents 4fe23f8 + 479bdef commit 9e004a0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public final class GradleDistributionManager {
GradleVersion.version("7.3"), // JDK-17
GradleVersion.version("7.5"), // JDK-18
GradleVersion.version("7.6"), // JDK-19
GradleVersion.version("8.1"), // JDK-20
GradleVersion.version("8.3"), // JDK-20
};

final File gradleUserHome;
Expand Down
2 changes: 1 addition & 1 deletion extide/libs.gradle/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

3A673551814ABB3934516344F025B394C9BF7BD6 https://repo.gradle.org/artifactory/libs-releases/org/gradle/gradle-tooling-api/8.1/gradle-tooling-api-8.1.jar gradle-tooling-api-8.1.jar
AEBBC4E42C325572B12B6CCE22AE30902037603A https://repo.gradle.org/artifactory/libs-releases/org/gradle/gradle-tooling-api/8.3-rc-1/gradle-tooling-api-8.3-rc-1.jar gradle-tooling-api-8.3-rc-1.jar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Gradle Wrapper
Name: Gradle Tooling API
Description: Gradle Tooling API
Version: 8.1
Files: gradle-tooling-api-8.1.jar
Version: 8.3-rc-1
Files: gradle-tooling-api-8.3-rc-1.jar
License: Apache-2.0
Origin: Gradle Inc.
URL: https://gradle.org/
Expand Down
2 changes: 1 addition & 1 deletion extide/libs.gradle/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Manifest-Version: 1.0
AutoUpdate-Show-In-Client: false
OpenIDE-Module: org.netbeans.modules.libs.gradle/8
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/libs/gradle/Bundle.properties
OpenIDE-Module-Specification-Version: 8.2
OpenIDE-Module-Specification-Version: 8.3
2 changes: 1 addition & 1 deletion extide/libs.gradle/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-8.1.jar=modules/gradle/gradle-tooling-api.jar
release.external/gradle-tooling-api-8.3-rc-1.jar=modules/gradle/gradle-tooling-api.jar
2 changes: 1 addition & 1 deletion extide/libs.gradle/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-8.1.jar</binary-origin>
<binary-origin>external/gradle-tooling-api-8.3-rc-1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit 9e004a0

Please sign in to comment.