diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ab5420a..7809857 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,5 +21,8 @@ jobs: java-version: '21' distribution: 'adopt' + - name: Install dependencies + run: mvn dependency:resolve + - name: Build with Maven - run: mvn -B package --file pom.xml \ No newline at end of file + run: mvn clean install \ No newline at end of file