Skip to content

Commit

Permalink
Fix build on AppVeyor
Browse files Browse the repository at this point in the history
Download dependencies with Maven 3.6.x because Maven 3.1.1 (which is
used by mvnw) does not use HTTPS but Maven Central requires HTTPS.
  • Loading branch information
stefanbirkner committed Jun 28, 2020
1 parent 615fbf0 commit 27f3eee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: '{build}'
os: Windows Server 2012
image: Visual Studio 2017
# Download dependencies with Maven 3.6.x because Maven 3.1.1 (which is used by
# mvnw) does not use HTTPS but Maven Central requires HTTPS.
install:
- mvn clean verify -Dgpg.skip -Dmaven.test.failure.ignore
build_script:
- mvnw clean package -DskipTest -Dgpg.skip
test_script:
Expand Down

0 comments on commit 27f3eee

Please sign in to comment.