Skip to content

Bump org.jetbrains.kotlin:kotlin-bom from 1.8.0 to 1.9.22 #46

Bump org.jetbrains.kotlin:kotlin-bom from 1.8.0 to 1.9.22

Bump org.jetbrains.kotlin:kotlin-bom from 1.8.0 to 1.9.22 #46

Workflow file for this run

name: Build the components
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Build components
run: ./gradlew assembleRelease