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