Skip to content

Use gradle wrapper

Use gradle wrapper #61

Workflow file for this run

name: Kotlin
on:
push:
branches: [ main ]
paths:
- .github/workflows/kotlin.yml
- kotlin/**
pull_request:
branches: [ main ]
paths:
- .github/workflows/kotlin.yml
- kotlin/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build
build-root-directory: kotlin

Check failure on line 36 in .github/workflows/kotlin.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/kotlin.yml

Invalid workflow file

You have an error in your yaml syntax on line 36