Skip to content

Commit

Permalink
Merge pull request #13 from sheinbergon/devel-more-build-targets
Browse files Browse the repository at this point in the history
Additional build targets #2
  • Loading branch information
sheinbergon authored Nov 23, 2018
2 parents c482860 + a628279 commit 9bc8dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ ADD . ${APPLICATION_DIRECTORY}
WORKDIR ${APPLICATION_DIRECTORY}

# Set the Gradle wrapper as the entry point
ENTRYPOINT ./gradlew $@
# TLSv1.3 is disabled due to https://github.com/kt3k/coveralls-gradle-plugin/issues/85
ENTRYPOINT ./gradlew -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" $@

0 comments on commit 9bc8dab

Please sign in to comment.