-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
LOCAL-ONLY-ci-release-http-debug.properties
+ drop snapshot rel…
…ease (#411) * Add `LOCAL-ONLY-ci-release-http-debug.properties` * Drop snapshot release
- Loading branch information
1 parent
6b3be9e
commit b2b68e8
Showing
2 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# In case of `java.net.ProtocolException: Server redirected too many times (20)` | ||
# when publishing to Sonatype (https://github.com/sbt/sbt-ci-release/issues/173), | ||
# use `sbt -Djava.util.logging.config.file=LOCAL-ONLY-ci-release-http-debug.properties ci-release` to see the reason for redirect. | ||
# Most likely it's going to be 401 Unauthorized (so not really a redirect, btw :p) | ||
# Source: https://stackoverflow.com/a/12339718 | ||
handlers=java.util.logging.ConsoleHandler | ||
java.util.logging.ConsoleHandler.level=FINEST | ||
sun.net.www.protocol.http.HttpURLConnection.level=ALL | ||
|
||
# DO NOT USE THIS CONFIG IN CI!!! | ||
# This causes Authorization header to be logged in plaintext!!!! |