This commit is contained in:
Amith Koujalgi 2023-11-07 23:20:05 +05:30
parent 089fd4f2c3
commit 2eba71a94b

View File

@ -41,6 +41,8 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven
run: mvn -U -B clean package --file pom.xml
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3