We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217b284 commit 2dfb9faCopy full SHA for 2dfb9fa
appveyor.yml
@@ -1,6 +1,6 @@
1
version: 1.0.{build}
2
image: Ubuntu1804
3
build_script:
4
-- sh: ./mvnw package
+- sh: chmod +x mvnw && ./mvnw package
5
artifacts:
6
- path: target/*-with-dependencies.jar
0 commit comments