feat: remove commented-out Gradle installation and build steps from workflow
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user