Skip to content

Correct URLs in the shadow plugin #1205

Correct URLs in the shadow plugin

Correct URLs in the shadow plugin #1205

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: 'gradle'
- name: Test
run: ./gradlew test