Skip to content

Commit

Permalink
Fix integration test after tweaking deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Sep 6, 2018
1 parent 31382fb commit 78274e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import spock.lang.Ignore
* Tests “simple” maven publishing scenarios
*/
class MavenPublishBasicIntegTest extends AbstractMavenPublishIntegTest {
private static final String DEFERRED_CONFIGURATION_WARNING = "the 'deferred configurable' behavior of the 'publishing {}' block is now deprecated"
private static final String DEFERRED_CONFIGURATION_WARNING = "the 'deferred configurable' behavior of the 'publishing {}' block has been deprecated."

@Rule
SetSystemProperties sysProp = new SetSystemProperties()
Expand Down

0 comments on commit 78274e6

Please sign in to comment.