Skip to content

Merge branch 'main' of https://github.com/HonzasikCZ/ParadiseClient-F… #6

Merge branch 'main' of https://github.com/HonzasikCZ/ParadiseClient-F…

Merge branch 'main' of https://github.com/HonzasikCZ/ParadiseClient-F… #6

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'temurin'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build project
run: ./gradlew build
- name: Upload JAR as artifact
uses: actions/[email protected]
with:
name: ParadiseClient
path: build/libs/*.jar