Skip to content

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

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

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

Workflow file for this run

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