Skip to content

Merge pull request #116 from nlnwa/dependabot/maven/com.google.protob… #267

Merge pull request #116 from nlnwa/dependabot/maven/com.google.protob…

Merge pull request #116 from nlnwa/dependabot/maven/com.google.protob… #267

Workflow file for this run

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