Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Use JDK 17 on AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Jul 3, 2023
1 parent 72e770d commit cadff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skip_tags: true
environment:
GRADLE_OPTS: "-Dorg.gradle.internal.launcher.welcomeMessageEnabled=false -Dorg.gradle.daemon=false"
GRADLE_USER_HOME: "C:\\gradle"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
JAVA_HOME: "C:\\Program Files\\Java\\jdk17"

install:
- set PATH=%JAVA_HOME%\bin;%PATH%
Expand Down

0 comments on commit cadff90

Please sign in to comment.