Skip to content

build(deps): bump kotlinBenchmark from 0.4.10 to 0.4.11 #102

build(deps): bump kotlinBenchmark from 0.4.10 to 0.4.11

build(deps): bump kotlinBenchmark from 0.4.10 to 0.4.11 #102

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