Bump org.apache.avro:avro from 1.10.2 to 1.11.3 #39
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: XSD-AVDL Build - Windows - Java 11 | |
on: [push] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 11 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 11 | |
settings-path: ${{ github.workspace }} | |
- name: Build with Maven | |
run: mvn -s %GITHUB_WORKSPACE%/.github/workflows/settings.xml -B -U clean install --file pom.xml | |
env: | |
TOKEN_PACKAGE_READ_WRITE_DELETE: ${{ secrets.token_package_read_write_delete }} | |