Skip to content

Commit

Permalink
Upgrade codeNarc to version 1.1 (#4917)
Browse files Browse the repository at this point in the history
  • Loading branch information
debanne authored and blindpirate committed Apr 18, 2018
1 parent 517b2b9 commit b3363ad
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 @@ -27,7 +27,7 @@ import spock.lang.Issue

import static org.hamcrest.Matchers.startsWith

@TargetVersions(["0.17", "0.21", "0.23", "0.24.1", "0.25.2", CodeNarcPlugin.DEFAULT_CODENARC_VERSION])
@TargetVersions(["0.17", "0.21", "0.23", "0.24.1", "0.25.2", "1.0", CodeNarcPlugin.DEFAULT_CODENARC_VERSION])
class CodeNarcPluginVersionIntegrationTest extends MultiVersionIntegrationSpec {
def setup() {
buildFile << """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
public class CodeNarcPlugin extends AbstractCodeQualityPlugin<CodeNarc> {

public static final String DEFAULT_CODENARC_VERSION = "1.0";
public static final String DEFAULT_CODENARC_VERSION = "1.1";
private CodeNarcExtension extension;

@Override
Expand Down

0 comments on commit b3363ad

Please sign in to comment.