Skip to content

Bump cd.go.plugin:go-plugin-api from 24.2.0 to 24.3.0 #121

Bump cd.go.plugin:go-plugin-api from 24.2.0 to 24.3.0

Bump cd.go.plugin:go-plugin-api from 24.2.0 to 24.3.0 #121

Workflow file for this run

# This workflow will build a Java project with Gradle
name: Testing For PRs
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Build with Gradle
run: ./gradlew assemble check