From 924db5650686af1e65f2f47006c0aa99031936dc Mon Sep 17 00:00:00 2001 From: George Smyrnaios Date: Wed, 3 Jul 2024 19:43:40 +0200 Subject: [PATCH] Published version 0.1.0 to maven central. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c73f34..db7d9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: uses: actions/cache@v4 with: path: rust_lib/target + key: rust_lib - name: Gradle Build run: ./gradlew build