Skip to content

Commit

Permalink
Remove blockAndItemCodeGen from GitLab CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 10, 2023
1 parent 7d93dd6 commit c7b9ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build Test:
- chmod +x gradlew
script:
- echo "**** Building ****"
- "./gradlew clean blockAndItemCodeGen build --info --full-stacktrace"
- "./gradlew clean build --info --full-stacktrace"
retry: 1
rules:
- if: '$CI_SERVER_HOST == "git.griefed.de"'
Expand Down Expand Up @@ -83,7 +83,7 @@ Build Release:
- chmod +x gradlew
script:
- echo "**** Building ****"
- "./gradlew -Pversion=${CI_COMMIT_TAG} clean blockAndItemCodeGen build --info --full-stacktrace"
- "./gradlew -Pversion=${CI_COMMIT_TAG} clean 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 c7b9ab4

Please sign in to comment.