Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 6add952

Browse files
committed
update workflows
1 parent 689e203 commit 6add952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java_CI_with_Maven_and_Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
distribution: 'temurin'
5353
cache: maven
5454
- name: Build with Maven
55-
run: mvn package -Dfile.encoding=GBK -Dsun.stdout.encoding=GBK -Dsun.stderr.encoding=GBK -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true -DskipTests=true
55+
run: mvn package -DskipTests=true
5656

5757
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
5858
- name: Update dependency graph

0 commit comments

Comments
 (0)