diff --git a/scm-ui/build.gradle b/scm-ui/build.gradle index bb146402ea..de4786a31f 100644 --- a/scm-ui/build.gradle +++ b/scm-ui/build.gradle @@ -82,7 +82,7 @@ task updateUiTestTimestamps(type: TouchFiles) { } task check { - dependsOn('typecheck', 'test') + dependsOn('typecheck', 'test', 'license') } yarn_install { @@ -207,10 +207,13 @@ license { tsx = 'SLASHSTAR_STYLE' ts = 'SLASHSTAR_STYLE' gradle = 'SLASHSTAR_STYLE' + feature = 'SLASHSTAR_STYLE' + scss = 'SLASHSTAR_STYLE' } exclude '**/node_modules/**' exclude '**/build/**' + exclude '**/target/**' exclude '**/.gradle/**' exclude '**/*.json' exclude '**/*.jpg' @@ -222,6 +225,7 @@ license { exclude '**/*.mustache' exclude '**/*.snap' exclude '**/*.iml' + exclude '**/.babelrc' }