Skip to content

Build 2/2

Build 2/2 #2

Workflow file for this run

name: gradle-ci
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build artifacts
run: ./gradlew build
- name: Upload build artifacts
uses: actions/[email protected]
with:
name: AdvancedChat
path: build/libs