Skip to content

Update Gradle to 8.14 and Kotlin to 2.2 #230

Update Gradle to 8.14 and Kotlin to 2.2

Update Gradle to 8.14 and Kotlin to 2.2 #230

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up the JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build
run: gradle build -x generateCacheIds -x generateTemplateContext --stacktrace
- name: Test
run: gradle test -x generateCacheIds -x generateTemplateContext