Skip to content

check if property is present first #6

check if property is present first

check if property is present first #6

Workflow file for this run

name: Build All
on:
push:
branches:
- master
env:
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan
- uses: gradle/gradle-build-action@v2
with:
arguments: -Pproduction=true build
- uses: gradle/gradle-build-action@v2
with:
arguments: -Pproduction=true publish