Skip to content

Conversation

@Project516
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 3, 2025 03:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the project's Java runtime requirement from Java 8 to Java 17 across all build and packaging configurations.

  • Updated all platform-specific packaging scripts to bundle Java 17 JRE from Adoptium
  • Modified Linux distribution package specifications to require Java 17
  • Updated Gradle toolchain configuration and documentation

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package-win.sh Updated Adoptium API URL to download Java 17 JRE for Windows packages
package-macos.sh Updated Adoptium API URL to download Java 17 JRE for macOS packages
package-linux.sh Updated Adoptium API URL to download Java 17 JRE for Linux packages
fedora-package/SPECS/numberguessinggame.spec Changed RPM dependency from java-1.8.0-openjdk-headless to java-17-openjdk-headless
debian-package/DEBIAN/control Simplified DEB dependency to default-jre (which provides Java 17+ on modern distributions)
app/build.gradle Updated Gradle Java toolchain from version 8 to 17, removed outdated comment
README.md Updated documentation to reflect Java 17 minimum requirement
.gitignore Changed Linux archive extension from .tar.gz to .tar.xz (consistent with packaging script)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Project516 Project516 merged commit af490ed into master Dec 3, 2025
12 checks passed
@Project516 Project516 deleted the java17 branch December 3, 2025 18:40
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.

2 participants