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 21bbcde commit 1806388Copy full SHA for 1806388
1 file changed
.github/workflows/main.yml
@@ -17,4 +17,4 @@ jobs:
17
distribution: 'zulu'
18
cache: maven
19
- name: Build Application
20
- run: mvn install ./authorizer
+ run: mvn install --file ./authorizer/pom.xml
0 commit comments