Skip to content

Commit

Permalink
Don't use Gradle config cache in Trino docker build to avoid MySQL JO…
Browse files Browse the repository at this point in the history
…OQ Pro creds error
  • Loading branch information
GavinRay97 committed Jan 9, 2025
1 parent 5a21d90 commit 679c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndc-connector-trino.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /build

# Run Gradle build
USER root
RUN ./gradlew :ndc-connector-trino:build --no-daemon --console=plain -x test
RUN ./gradlew :ndc-connector-trino:build --no-daemon --no-configuration-cache --console=plain -x test

# Final stage
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2
Expand Down

0 comments on commit 679c802

Please sign in to comment.