generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 33
Upgrade to Gradle 8.14.3 #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Replace removed archiveName() with archiveFileName = 2. Fix a bunch of warnings about deprecated setter syntax - This is not necessary, but helpful for future versions 3. Upgrade from nebula.ospackage to com.netflix.nebula.ospackage plugin 4. Run `gradle wrapper --gradle-version 8.14.3` Useful docs: https://docs.gradle.org/current/userguide/upgrading_version_7.html
Make builds closer to other platforms
benty-amzn
approved these changes
Aug 11, 2025
olivergillespie
approved these changes
Aug 12, 2025
rollf
added a commit
to rollf/nixpkgs
that referenced
this pull request
Nov 6, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto21-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
rollf
added a commit
to rollf/nixpkgs
that referenced
this pull request
Nov 6, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto17-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
rollf
added a commit
to rollf/nixpkgs
that referenced
this pull request
Nov 6, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto11-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
13 tasks
Guruk13
pushed a commit
to Guruk13/nixpkgs
that referenced
this pull request
Dec 18, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto21-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
Guruk13
pushed a commit
to Guruk13/nixpkgs
that referenced
this pull request
Dec 18, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto17-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
Guruk13
pushed a commit
to Guruk13/nixpkgs
that referenced
this pull request
Dec 18, 2025
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto11-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
gonsolo
pushed a commit
to gonsolo/nixpkgs
that referenced
this pull request
Jan 6, 2026
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto21-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
gonsolo
pushed a commit
to gonsolo/nixpkgs
that referenced
this pull request
Jan 6, 2026
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto17-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
gonsolo
pushed a commit
to gonsolo/nixpkgs
that referenced
this pull request
Jan 6, 2026
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support Gradle8. See corretto/corretto-21#114 (comment). Hence, ./corretto11-gradle8.patch is added. This patch is loosely based on corretto/corretto-jdk#135.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An update of @olivergillespie PR: #134
This disable the file system watching that doesn't work on muslc for Alpine and works around the copyImage issue on Windows.
Passing internal smoke for all platforms.