Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

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

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

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

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml