Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Bump io.netty:netty-handler from 4.1.52.Final to 4.1.96.Final #292

Bump io.netty:netty-handler from 4.1.52.Final to 4.1.96.Final

Bump io.netty:netty-handler from 4.1.52.Final to 4.1.96.Final #292

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "11"
cache: "maven"
- run: |
mvn -Dbigquery.project.arg="-Dbigquery.project=dummy-project" \
clean \
spotless:check \
checkstyle:checkstyle \
findbugs:findbugs \
test