Skip to content

Back out "DoNotStripAny on DataClassSuper" #68

Back out "DoNotStripAny on DataClassSuper"

Back out "DoNotStripAny on DataClassSuper" #68

Workflow file for this run

name: Pre Merge Checks
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Configure JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Cache Gradle Caches
uses: gradle/[email protected]
- name: Build the Gradle Plugin
run: ./gradlew -p gradleplugin build
- name: Build the DCG
run: ./gradlew build