Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #283 from awisniew90/spring_ssl_defect
Browse files Browse the repository at this point in the history
Temporarily disable spring boot ssl tests
  • Loading branch information
awisniew90 authored Mar 14, 2019
2 parents 37c82e7 + 7cd81cc commit 5826eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bootJar {

boost {
packaging {
useDefaultHost = true
useDefaultHost = false
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<artifactId>boost-maven-plugin</artifactId>
<version>@pom.version@</version>
<configuration>
<useDefaultHost>true</useDefaultHost>
<useDefaultHost>false</useDefaultHost>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 5826eee

Please sign in to comment.