Skip to content

Implement included build structure to separate versions of Kotlin between compiler plugin and other modules #913

Implement included build structure to separate versions of Kotlin between compiler plugin and other modules

Implement included build structure to separate versions of Kotlin between compiler plugin and other modules #913

Workflow file for this run

name: Gradle Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: liberica
- name: Gradle Wrapper Validation
uses: gradle/[email protected]
- name: Gradle Build
uses: gradle/[email protected]
with:
arguments: build --stacktrace -x test
# - name: Gradle Test
# run: ./gradlew test --stacktrace
- name: Upload Test Report
uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: test-report
path: |
reflekt-plugin/build/reports/tests/**/*