Skip to content

chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 #495

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

chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 #495

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check with Gradle
run: ./gradlew check --info