Skip to content

Bump dayjs from 1.11.10 to 1.11.11 #146

Bump dayjs from 1.11.10 to 1.11.11

Bump dayjs from 1.11.10 to 1.11.11 #146

Workflow file for this run

name: Gradle Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
cache: 'gradle'
- run: ./gradlew build --no-daemon