Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit a0002d1

Browse files
committed
fix(ci): build on jitpack
1 parent 9dd0f34 commit a0002d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

jitpack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
before_install:
2+
- curl -sSL https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -o maven.zip
3+
- unzip maven.zip
4+
- export PATH="$(pwd)/apache-maven-3.9.9/bin:$PATH"
5+
- mvn -v
6+
install:
7+
- mvn install -Dmaven.javadoc.skip=true -DskipTests

0 commit comments

Comments
 (0)