Skip to content

Add GPL3 to project (approve needed by all current contributors) #21

Add GPL3 to project (approve needed by all current contributors)

Add GPL3 to project (approve needed by all current contributors) #21

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 8 * * 2"
permissions:
contents: read
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build