Skip to content

Commit

Permalink
feat: 移除gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Jun 12, 2024
1 parent 2a95a73 commit 07743ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/[email protected]
with:
gradle-version: current

- name: Gradle Run Build
run: ./gradlew clean build
run: gradle clean build

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hs_err_pid*

# Ignore Gradle project-specific cache directory
.gradle
gradle/wrapper/gradle-wrapper.jar

# Ignore Gradle build output directory
**/build
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit 07743ed

Please sign in to comment.