Skip to content

Commit

Permalink
Improve description of experimental job
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Sep 6, 2022
1 parent e68e91d commit 5973312
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -151,8 +151,8 @@ jobs:
modular: [true, false]
os: [ubuntu, macos, windows]
name: Experimental build with newest JDK early-access build and Gradle release candidate
# Gradle doesn't work with JDK EA builds, so we start it with a supported Java version,
# but execute the build on the experimental version
# Gradle doesn't work with JDK EA builds, so we launch it with a supported Java version,
# but set the Gradle toolchain to use the experimental version.
steps:
- name: Check out repo
uses: actions/checkout@v2
Expand All @@ -167,7 +167,6 @@ jobs:
- name: Set up supported Java
uses: actions/setup-java@v2
with:
# The Java Version Gradle will be using for execution
java-version: 17
distribution: temurin
cache: 'gradle'
Expand Down

0 comments on commit 5973312

Please sign in to comment.