Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koxx12-dev authored Aug 14, 2021
1 parent 27b6a39 commit 13611ef
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
# - name: Setup CI env
# run: ./gradlew setupCIWorkspace
# - name: Build with Gradle
# run: ./gradlew build
#- name: Upload Artifact
# uses: actions/upload-artifact@v2
# with:
# name: compiled
# path: build/libs/*.jar
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup CI env
run: ./gradlew setupCIWorkspace
- name: Build with Gradle
run: ./gradlew build
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: compiled
path: build/libs/*.jar

0 comments on commit 13611ef

Please sign in to comment.