Skip to content

Commit

Permalink
Uncomment lint
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 23, 2024
1 parent 2ac0a56 commit e6be769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ task integTest(type: RestIntegTestTask) {
testClassesDirs = sourceSets.test.output.classesDirs
classpath = sourceSets.test.runtimeClasspath
}
// tasks.named("check").configure { dependsOn(integTest) }
tasks.named("check").configure { dependsOn(integTest) }

tasks.generatePomFileForPluginZipPublication.dependsOn publishNebulaPublicationToMavenLocal

Expand Down

0 comments on commit e6be769

Please sign in to comment.