Skip to content

Update dependency com.google.code.gson:gson to v2.11.0 #304

Update dependency com.google.code.gson:gson to v2.11.0

Update dependency com.google.code.gson:gson to v2.11.0 #304

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 8
- name: Build with Maven
run: mvn -B package --file src/pom.xml