Skip to content

Bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.12 #403

Bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.12

Bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.12 #403

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 16
- name: Build with Gradle
run: ./gradlew build