Skip to content

this is what happens when you only have 1 programmer for an entire competition weekend #405

this is what happens when you only have 1 programmer for an entire competition weekend

this is what happens when you only have 1 programmer for an entire competition weekend #405

Workflow file for this run

name: Java CI with Gradle
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build