Skip to content

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 #320

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 #320

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace