Skip to content

Commit

Permalink
Disable strict compile on resources-http
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Oct 4, 2016
1 parent f603ddb commit 5d28a1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subprojects/resources-http/resources-http.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ dependencies {

useTestFixtures()
useClassycle()
strictCompile()
// Cannot use strict compile because JDK 7 doesn't recognize
// @SuppressWarnings("deprecation"), used in org.gradle.internal.resource.transport.http.HttpClientHelper.AutoClosedHttpResponse
// in the context of a delegation pattern
//strictCompile()

0 comments on commit 5d28a1c

Please sign in to comment.