Lets try something

This commit is contained in:
Telesphoreo 2022-04-04 18:45:09 -05:00
parent 8a0c354682
commit 3c4eea4c3c
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: Gradle
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Build with Gradle
run: chmod a+x gradlew && ./gradlew build --no-daemon