Skip to content

Send and receive friend requests in chat, design icons, send and receive chat messages in chat #5

Send and receive friend requests in chat, design icons, send and receive chat messages in chat

Send and receive friend requests in chat, design icons, send and receive chat messages in chat #5

Workflow file for this run

name: LabyAddon Build
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --full-stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/*-release.jar