Skip to content

Commit 27f3eee

Browse files
committed
Fix build on AppVeyor
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.
1 parent 615fbf0 commit 27f3eee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: '{build}'
2-
os: Windows Server 2012
2+
image: Visual Studio 2017
3+
# Download dependencies with Maven 3.6.x because Maven 3.1.1 (which is used by
4+
# mvnw) does not use HTTPS but Maven Central requires HTTPS.
5+
install:
6+
- mvn clean verify -Dgpg.skip -Dmaven.test.failure.ignore
37
build_script:
48
- mvnw clean package -DskipTest -Dgpg.skip
59
test_script:

0 commit comments

Comments
 (0)