Skip to content

GH-3 Release 2.0.1 hotfix. #9

GH-3 Release 2.0.1 hotfix.

GH-3 Release 2.0.1 hotfix. #9

Workflow file for this run

name: 'Commons Build'
on:
push:
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
- name: 'Install Java Development Kit (17)'
uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- name: 'Assign Permissions'
run: 'chmod +x ./gradlew'
- name: 'Build (Gradle)'
run: './gradlew build'
env:
REPOSITORY_USER: ${{ secrets.REPOSITORY_USER }}
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}