BUG: Fix gradlew not being executable during docker build.

pull/116/head
Porta 2025-02-09 14:53:31 +10:00 committed by Azalea
parent d031602789
commit c69570147a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ WORKDIR /home/gradle
RUN sed -i 's/\r$//' ./gradlew
# Download dependencies - cached if build.gradle.kts and settings.gradle.kts are unchanged
RUN chmod +x ./gradlew
RUN ./gradlew dependencies
# Copy the project source, this layer is rebuilt whenever a file has changed