Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHIQUEMD authored Aug 4, 2023
1 parent 499bcf0 commit 982c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: mvn versions:set --batch-mode --define=newVersion=${{ env.REL_VERSION }} --define=org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --update-snapshots
working-directory: ${{ env.JAVA_LIB_WORKING_DIRECTORY }}
- name: Build Java Annotations
- name: Build Java Annotations with Maven
if: startsWith(github.ref, 'refs/tags/v')
run: mvn clean package --batch-mode --define=org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --update-snapshots
working-directory: ${{ env.JAVA_LIB_WORKING_DIRECTORY }}
Expand Down

0 comments on commit 982c239

Please sign in to comment.