Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release build #607

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,17 @@ build:
ls -lh coverage-aggregator/target/metrics.json
cat coverage-aggregator/target/metrics.json

# Build with Java 21 fails due to missing JavaDoc comments, see https://github.com/exasol/project-keeper/issues/596
- action: REPLACE
job: next-java-compatibility
stepId: build-next-java
- action: INSERT_AFTER
job: build
stepId: setup-java
content:
name: Run tests and build with Maven 21
id: build-next-java
# Only run tests as javadoc has warnings with Java 21
run: mvn --batch-mode clean test -DtrimStackTrace=false -Djava.version=21
name: Install Project Keeper before check-release
id: install-project-keeper
run: |
mvn --batch-mode --threads 1C install \
-Dmaven.test.skip=true -Dproject-keeper.skip=true \
-Dossindex.skip=true -Dmaven.javadoc.skip=true \
-Derror-code-crawler.skip=true -Dreproducible.skip=true

# [itest->dsn~customize-build-process.dependency-check~0]
- name: "dependencies_check.yml"
Expand Down
Loading