Skip to content

Experimenting with the Navigation Template and a custom renderer for … #351

Experimenting with the Navigation Template and a custom renderer for …

Experimenting with the Navigation Template and a custom renderer for … #351

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build