Skip to content

Commit 8e3563a

Browse files
committed
chore(ci): remove mpp-core build step from workflow
Eliminated the separate mpp-core assemble step in the release workflow to streamline the build process.
1 parent ad7203a commit 8e3563a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compose-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
- name: Grant execute permission for gradlew
5353
run: chmod +x gradlew
5454

55-
- name: Build mpp-core dependency
56-
run: ./gradlew :mpp-core:assemble --no-daemon
57-
5855
- name: Build mpp-server fat JAR
5956
run: ./gradlew :mpp-server:fatJar --no-daemon
6057

0 commit comments

Comments
 (0)