Skip to content

chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v… #837

chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v…

chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v… #837

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