Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
cache-read-only: ${{ inputs.cache-read-only }}

- name: Build
run: ./gradlew check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
run: ./gradlew --stacktrace check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}

- name: Check for jApiCmp diffs
# The jApiCmp diff compares current to latest, which isn't appropriate for release branches
Expand Down
4 changes: 2 additions & 2 deletions smoke-tests/images/quarkus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ plugins {
id("otel.java-conventions")

id("com.google.cloud.tools.jib")
id("io.quarkus") version "3.25.0"
id("io.quarkus") version "3.25.2"
}

dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.25.0"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.25.2"))
implementation("io.quarkus:quarkus-rest")
}

Expand Down
Loading