Skip to content

Commit

Permalink
Call sub:build and include code-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 11, 2023
1 parent 349be03 commit 41d4aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ Build Release:
- chmod +x gradlew
script:
- echo "**** Building ****"
- "./gradlew -Pversion=${CI_COMMIT_TAG} clean build --info --full-stacktrace"
- "./gradlew clean blockAndItemCodeGen --info --full-stacktrace"
- "./gradlew -Pversion=${CI_COMMIT_TAG} :Fabric:build --info --full-stacktrace"
- "./gradlew -Pversion=${CI_COMMIT_TAG} :Forge:build --info --full-stacktrace"
- echo "**** Listing build directory ****"
- LC_COLLATE=C ls -ahl --group-directories-first --color=auto */build
- LC_COLLATE=C ls -ahl --group-directories-first --color=auto */build/*
Expand Down

0 comments on commit 41d4aed

Please sign in to comment.