Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-javafx from 1.8.0 to 1.8.1 #638

Bump org.jetbrains.kotlinx:kotlinx-coroutines-javafx from 1.8.0 to 1.8.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-javafx from 1.8.0 to 1.8.1 #638

Workflow file for this run

name: Java 15 CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup JDK 15
uses: actions/setup-java@v3
with:
java-version: '15'
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: wrapper
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' }}
- name: Build
run: |
chmod +x gradlew
./gradlew clean jar
- name: Run tests
run:
./gradlew test