Skip to content

Commit

Permalink
Minor performance optimization to Gradle build in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored and vidakovic committed Dec 13, 2020
1 parent 7e1d6da commit 6abbaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -qq && apt-get install -y wget
COPY . fineract
WORKDIR /fineract

RUN ./gradlew -PautomatedBuild=true --no-daemon -q -x rat -x test bootJar
RUN ./gradlew --no-daemon -q -x rat -x compileTestJava -x test -x spotlessJavaCheck -x spotlessJava bootJar

WORKDIR /fineract/target
RUN jar -xf /fineract/fineract-provider/build/libs/fineract-provider*.jar
Expand Down

0 comments on commit 6abbaaf

Please sign in to comment.