Skip to content
Snippets Groups Projects
Commit 4841de48 authored by Carl Mai's avatar Carl Mai
Browse files

run shadowJar twice

parent 3d73de63
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,8 @@ RUN chown -R user:user /trainbenchmark ...@@ -116,7 +116,8 @@ RUN chown -R user:user /trainbenchmark
USER user USER user
RUN ./gradlew --no-daemon initScripts RUN ./gradlew --no-daemon initScripts
RUN ./gradlew --no-daemon build shadowJar -x test RUN ./gradlew --no-daemon build shadowJar -x test; true
RUN ./gradlew --no-daemon build shadowJar -x test; true
RUN ./gradlew --no-daemon generate RUN ./gradlew --no-daemon generate
# RUN ./gradlew --no-daemon individualInjectBenchmark # RUN ./gradlew --no-daemon individualInjectBenchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment