Skip to content

Bump joda-time from 2.10.1 to 2.10.10 #139

Bump joda-time from 2.10.1 to 2.10.10

Bump joda-time from 2.10.1 to 2.10.10 #139

Workflow file for this run

name: MeeRoo CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew build