Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Revert the changes to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Dec 6, 2018
1 parent e475b22 commit 907fd74
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -363,7 +363,12 @@ class FindbugsIntegrationTest {
@Test
void shouldBeUpToDateWhenCheckTaskRunsAgain() {
def project = projectRule.newProject()
.withSourceSet('main', SOURCES_WITH_LOW_VIOLATION)
.withSourceSet('debug', SOURCES_WITH_LOW_VIOLATION, SOURCES_WITH_MEDIUM_VIOLATION) .withSourceSet('main', SOURCES_WITH_LOW_VIOLATION)
.withSourceSet('release', SOURCES_WITH_HIGH_VIOLATION)
.withPenalty('''{
maxErrors = 10
maxWarnings = 10
}''')
.withToolsConfig('findbugs {}')

project.build('check')
Expand Down

0 comments on commit 907fd74

Please sign in to comment.