Skip to content

Day 24, part two: Tweak the Graph generated by the Kotlin Notebook a bit #48

Day 24, part two: Tweak the Graph generated by the Kotlin Notebook a bit

Day 24, part two: Tweak the Graph generated by the Kotlin Notebook a bit #48

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: ./gradlew build