Skip to content

removing shadow-jar from deploy file #224

removing shadow-jar from deploy file

removing shadow-jar from deploy file #224

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
uses: actions/checkout@v4
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: 'Grant execute permission for gradlew'
run: chmod +x gradlew
- name: 'Build with Gradle'
run: ./gradlew build --no-daemon