Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

chore: Bump yaci store and kupo version. Prep for next release #77

chore: Bump yaci store and kupo version. Prep for next release

chore: Bump yaci store and kupo version. Prep for next release #77

Workflow file for this run

name: Clean, Build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
commit-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -PskipSigning=true --stacktrace