Skip to content

build(deps): bump kotlinBenchmark from 0.4.11 to 0.4.12 #125

build(deps): bump kotlinBenchmark from 0.4.11 to 0.4.12

build(deps): bump kotlinBenchmark from 0.4.11 to 0.4.12 #125

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build -PciBuild=true