Skip to content

chore(deps): update plugin com.github.johnrengelman.shadow to v8 #257

chore(deps): update plugin com.github.johnrengelman.shadow to v8

chore(deps): update plugin com.github.johnrengelman.shadow to v8 #257

Workflow file for this run

name: 'build'
on: ['pull_request', 'push']
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: 'ubuntu-latest'
steps:
- name: 'checkout repo'
uses: 'actions/checkout@v2'
- name: 'setup JDK'
uses: 'actions/setup-java@v1'
with:
java-version: 17
- name: 'build'
run: './gradlew build'