We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615fbf0 commit 27f3eeeCopy full SHA for 27f3eee
appveyor.yml
@@ -1,5 +1,9 @@
1
version: '{build}'
2
-os: Windows Server 2012
+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
7
build_script:
8
- mvnw clean package -DskipTest -Dgpg.skip
9
test_script:
0 commit comments