Skip to content

Update dependency io.github.gradle-nexus:publish-plugin to v2 #391

Update dependency io.github.gradle-nexus:publish-plugin to v2

Update dependency io.github.gradle-nexus:publish-plugin to v2 #391

Workflow file for this run

name: tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run tests
uses: burrunan/gradle-cache-action@v1
with:
arguments: test --no-daemon