Skip to content

chore(deps): bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3 #262

chore(deps): bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3

chore(deps): bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3 #262

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "21"
- run: java --version
- name: Build
run: ./gradlew build