Skip to content

remove: drop TheSieuToc (TST) payment gateway support #1

remove: drop TheSieuToc (TST) payment gateway support

remove: drop TheSieuToc (TST) payment gateway support #1

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: gradle
- name: Build
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: SimpPay
path: build/libs/SimpPay-*.jar
retention-days: 14