Skip to content
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

Use Java 17 instead of 16 in build #536

Merged
merged 3 commits into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
junit-version: [ '5.7.2', '5.8.1' ]
modular: [true, false]
os: [ubuntu, macos, windows]
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: echo "JDK_EXPERIMENTAL=$JAVA_HOME" >> $GITHUB_ENV
- uses: actions/setup-java@v2
with:
java-version: 16
java-version: 17
distribution: temurin
cache: 'gradle'
- name: Gradle toolchains
Expand Down
2 changes: 1 addition & 1 deletion docs/cartesian-product.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Basic bit test
└─ 4 => first bit: 1 second bit: 1
----

Please note that name is a https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/text/MessageFormat.html::[`MessageFormat`] pattern.
Please note that name is a https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/text/MessageFormat.html::[`MessageFormat`] pattern.
A single quote (') needs to be represented as a doubled single quote ('') in order to be displayed.

`CartesianTest` supports the following placeholders in custom display names:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
Copy link
Member

Choose a reason for hiding this comment

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

the executable and the jar sometimes simply do not change - the important part is, that the script and the jar download the new gradle version, and this is donewith this url change

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists