Skip to content

feat: update plugin ID to io.github.reqstool.gradle-plugin and set ve… #95

feat: update plugin ID to io.github.reqstool.gradle-plugin and set ve…

feat: update plugin ID to io.github.reqstool.gradle-plugin and set ve… #95

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- name: Build
run: ./gradlew clean build