This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
👷
更新 CI 流程
3.x
Yangkai.Shen
2 years ago
parent
33e9a1a44f
commit
f67d01baa5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/check_compile.yml
+ 1
- 1
.github/workflows/check_compile.yml
View File
@@ -16,5 +16,5 @@ jobs:
java-version: '17'
distribution: 'corretto'
cache: maven
- name: 编译
检查
- name: 编译
打包
run: mvn clean package -DskipTests -Dmaven.javadoc.skip=true -B -V
Write
Preview
Loading…
Cancel
Save