We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4737849 commit 3e78834Copy full SHA for 3e78834
jitpack.yml
@@ -0,0 +1,6 @@
1
+before_install:
2
+ - sdk install java 11.0.10-open
3
+ - sdk use java 11.0.10-open
4
+install:
5
+ - echo "Running a custom install command"
6
+ - mvn clean protobuf:compile install -DskipTests
0 commit comments