Skip to content

feat: PaymentEntry Supplier not disabling upon selection #22

feat: PaymentEntry Supplier not disabling upon selection

feat: PaymentEntry Supplier not disabling upon selection #22

Workflow file for this run

name: JavaFX Build (Gradle)
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Make Gradle executable
run: chmod +x gradlew
- name: Build using Gradle
run: ./gradlew clean build --exclude-task spotlessCheck
- name: Upload JAR artifact
uses: actions/upload-artifact@v4
with:
name: satyam-consignment
path: build/libs/*