Skip to content

chore: disabled "org.gradle.configuration-cache" because we are not a… #53

chore: disabled "org.gradle.configuration-cache" because we are not a…

chore: disabled "org.gradle.configuration-cache" because we are not a… #53

Workflow file for this run

name: build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Archive artifacts
uses: actions/upload-artifact@v2-preview
with:
name: distribution
path: build/distributions/*.zip