Skip to content

Bump kotlinGradlePluginVersion from 1.8.10 to 1.9.22 #71

Bump kotlinGradlePluginVersion from 1.8.10 to 1.9.22

Bump kotlinGradlePluginVersion from 1.8.10 to 1.9.22 #71

Workflow file for this run

name: Build application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon