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 36d3a11 commit 43eb1a5Copy full SHA for 43eb1a5
.github/workflows/build.yml
@@ -23,4 +23,4 @@ jobs:
23
distribution: 'adopt'
24
cache: maven
25
- name: Build with Maven
26
- run: mvn -B package --file pom.xml
+ run: mvn -s settings.xml -B package --file pom.xml
0 commit comments