Skip to content

chore: updated IntelliJ to a stable version "231.8109.175" instead of… #47

chore: updated IntelliJ to a stable version "231.8109.175" instead of…

chore: updated IntelliJ to a stable version "231.8109.175" instead of… #47

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