Skip to content

Bump tmpl from 1.0.4 to 1.0.5 in /typescript #164

Bump tmpl from 1.0.4 to 1.0.5 in /typescript

Bump tmpl from 1.0.4 to 1.0.5 in /typescript #164

Workflow file for this run

name: Java - Gradle
on:
push:
branches-ignore:
- '*-from-video'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
working-directory: java
run: ./gradlew build