Skip to content

http4k 4.40.2.0 which depends on kotlin 1.8.10 (same as live-plugin p… #267

http4k 4.40.2.0 which depends on kotlin 1.8.10 (same as live-plugin p…

http4k 4.40.2.0 which depends on kotlin 1.8.10 (same as live-plugin p… #267

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info