Skip to content

Upgrade to Gradle 8.3 and convert more scripts to Kotlin #274

Upgrade to Gradle 8.3 and convert more scripts to Kotlin

Upgrade to Gradle 8.3 and convert more scripts to Kotlin #274

Workflow file for this run

name: Gradle Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run gradle tests
run: ./gradlew check --info --stacktrace