Skip to content

Bump org.jetbrains.kotlin.jvm from 1.6.21 to 2.1.0 #90

Bump org.jetbrains.kotlin.jvm from 1.6.21 to 2.1.0

Bump org.jetbrains.kotlin.jvm from 1.6.21 to 2.1.0 #90

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build