X Tutup
Skip to content

Update gradle wrapper to latest release for local Java 17 support.#2083

Merged
jmrunkle merged 2 commits intoexercism:mainfrom
ericbalawejder:update-gradle-wrapper-version
Jan 6, 2022
Merged

Update gradle wrapper to latest release for local Java 17 support.#2083
jmrunkle merged 2 commits intoexercism:mainfrom
ericbalawejder:update-gradle-wrapper-version

Conversation

@ericbalawejder
Copy link
Copy Markdown
Contributor

@ericbalawejder ericbalawejder commented Jan 4, 2022

This updates the Gradle wrapper to the latest version. This version supports Java 17 for local use when fetching from the Exercism command line client. The Java test runner for the web editor currently supports Java 17. This addresses issue #2034


Reviewer Resources:

Track Policies

@ericbalawejder
Copy link
Copy Markdown
Contributor Author

My second commit changes the version from 7.3.3 to 7.3 to be more consistent with the test runner.

Copy link
Copy Markdown
Contributor

@jmrunkle jmrunkle left a comment

Choose a reason for hiding this comment

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

Looks fine, I just do not know if it is technically tested by the automated tests. Not even sure if it is testable due to integration with the cli stuff.

@jmrunkle jmrunkle merged commit 59efd2e into exercism:main Jan 6, 2022
@ericbalawejder ericbalawejder deleted the update-gradle-wrapper-version branch January 6, 2022 18:37
@ericbalawejder
Copy link
Copy Markdown
Contributor Author

ericbalawejder commented Jan 6, 2022

I had similar concerns in #2034 about the local cli environment. I believe the github actions run gradle check and gradle test on all of the exercises.

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

X Tutup