Skip to content

Commit 2dfb9fa

Browse files
authored
mark mvnw executable
1 parent 217b284 commit 2dfb9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1.0.{build}
22
image: Ubuntu1804
33
build_script:
4-
- sh: ./mvnw package
4+
- sh: chmod +x mvnw && ./mvnw package
55
artifacts:
66
- path: target/*-with-dependencies.jar

0 commit comments

Comments
 (0)