Skip to content

trycatch was actually a troll, use if and modify for loop end #167

trycatch was actually a troll, use if and modify for loop end

trycatch was actually a troll, use if and modify for loop end #167

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build Everything
run: ./gradlew build