ignore some annotations when copying to generated constructor method #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enriched Beans Release Pipeline | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Maven | |
uses: stCarolas/setup-maven@master | |
with: | |
maven-version: 3.8.4 | |
- name: Run a one-line script | |
run: mvn --version |