Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# https://www.appveyor.com/docs/windows-images-software
image: Visual Studio 2022
version: '{build}'

init:
- git config --global core.autocrlf true

branches:
only:
- master

environment:
global:
# https://stackoverflow.com/questions/42024619/maven-build-gets-connection-reset-when-downloading-artifacts
MAVEN_OPTS: "-Dhttp.keepAlive=false -Dmaven.wagon.http.retryHandler.count=3"
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk17
- JAVA_HOME: C:\Program Files\Java\JDK21

build_script:
- mvn --batch-mode clean package -DskipTest
Expand Down
Loading