Skip to content

Bump dev.zacsweers.kctfork:core from 0.4.1 to 0.5.0 #109

Bump dev.zacsweers.kctfork:core from 0.4.1 to 0.5.0

Bump dev.zacsweers.kctfork:core from 0.4.1 to 0.5.0 #109

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew clean build