We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32f766 commit bb20b2dCopy full SHA for bb20b2d
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
21
57
cache: "maven"
58
- name: Build and install libraries
59
- run: mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -Dj8 -Dmaven.test.skip=true install
+ run: mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -Dj8 -DskipITs install
60
- name: Compile examples
61
run: |
62
export LIB_VER=$(grep '<revision>' pom.xml | sed -e 's|[[:space:]]*<[/]*revision>[[:space:]]*||g')
0 commit comments