feat: remove commented-out Gradle installation and build steps from workflow
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled

This commit is contained in:
Your Name
2025-03-27 11:32:41 +01:00
parent fcccbe33ef
commit 01a773dcd1

View File

@@ -24,11 +24,6 @@ jobs:
distribution: 'oracle'
java-version: '21'
#- name: Install Gradle
# run: |
# sudo apt update
# sudo apt install -y gradle
- name: List files in the repository
run: ls ${{ gitea.workspace }}
@@ -37,8 +32,4 @@ jobs:
- name: Verify Gradle Installation
run: cd "${{ gitea.workspace }}/environmentex" && gradle build
#- name: Build with Gradle
# run: ./gradlew build