Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 移除gradle wrapper #302

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
docker:
- image: cimg/openjdk:21.0.2
- image: gradle:8.8

environment:
JVM_OPTS: -Xmx3200m
Expand All @@ -12,8 +13,8 @@ jobs:
steps:
- checkout

- run: ./gradlew dependencies
- run: ./gradlew test
- run: gradle dependencies
- run: gradle test
workflows:
gradle-build:
jobs:
Expand Down
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: 8.8

- 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.