Skip to content

Kotlin 2.0 and modernize things #3

Kotlin 2.0 and modernize things

Kotlin 2.0 and modernize things #3

Workflow file for this run

name: gradle-wrapper
on:
pull_request:
paths:
- 'gradlew'
- 'gradlew.bat'
- 'gradle/wrapper/'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2