Skip to content

Conversation

@olivergillespie
Copy link
Contributor

As mentioned in corretto/corretto-21#114, Gradle 7 is EOL now that Gradle 9 is available. So, upgrade to 8.14.3 here.

  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
  1. Upgrade from nebula.ospackage to com.netflix.nebula.ospackage plugin
  2. Run gradle wrapper --gradle-version 8.14.3

Useful docs: https://docs.gradle.org/current/userguide/upgrading_version_7.html

Build succeeded for me using JDK24 and GCC10 on AL2.

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
@olivergillespie
Copy link
Contributor Author

Apparently this has issues on Windows and with musl. I don't have time to work on it right now, I'll move to draft in case we get around to it later.

@olivergillespie olivergillespie marked this pull request as draft August 11, 2025 12:51
@lutkerd lutkerd mentioned this pull request Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant