Skip to content

Commit 2699a8a

Browse files
authored
Fixed release build (#407)
1 parent fb3fcca commit 2699a8a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project-keeper.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ build:
6060
cd extension
6161
npm ci --ignore-scripts
6262
npm run build
63+
64+
- action: REPLACE
65+
stepId: build
66+
content:
67+
name: Build project
68+
id: build
69+
# Omit clean: we must not delete the extension built in the previous step.
70+
run: mvn --batch-mode -DskipTests -DossindexSkip=true verify -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

doc/changes/changes_2.9.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloud Storage Extension 2.9.5, released 2026-05-15
1+
# Cloud Storage Extension 2.9.5, released 2026-05-18
22

33
Code name: Migrate from Scala to Java
44

0 commit comments

Comments
 (0)