Skip to content

Auto rebase groovy-dsl on top of kotlin-dsl #40

Auto rebase groovy-dsl on top of kotlin-dsl

Auto rebase groovy-dsl on top of kotlin-dsl #40

Workflow file for this run

name: Run reproducer on each commit
on: push
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: release-candidate
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"
- name: Run build # change the command below to whatever you need to reproduce the issue
run: gradle help --info