Skip to content

Commit b639a33

Browse files
committed
Fix Java version in AppVeyor
The old/default version is incompatible with SonarQube.
1 parent e64d571 commit b639a33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: '{branch}-{build}'
22
image: Visual Studio 2019
33

4+
environment:
5+
JAVA_HOME: "C:\\Program Files\\Java\\jdk13"
6+
47
init:
58
- cmd: git config --global core.autocrlf true
69

0 commit comments

Comments
 (0)