Skip to content

Commit 34f08f6

Browse files
Use buildHealth, not :buildHealth.
1 parent 8d79910 commit 34f08f6

20 files changed

+36
-36
lines changed

src/functionalTest/groovy/com/autonomousapps/android/AndroidTestDependenciesSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class AndroidTestDependenciesSpec extends AbstractAndroidSpec {
2727
gradleProject = project.gradleProject
2828
2929
when:
30-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
30+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
3131
3232
then:
3333
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/android/DaggerSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class DaggerSpec extends AbstractAndroidSpec {
1616
gradleProject = project.gradleProject
1717
1818
when:
19-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
19+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
2020
2121
then:
2222
assertThat(actualComprehensiveAdvice(projectName)).isEqualTo(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/android/OtherAndroidSpec.groovy

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ final class OtherAndroidSpec extends AbstractAndroidSpec {
3535
result.task(':buildHealth').outcome == TaskOutcome.SUCCESS
3636
3737
and: 'expected tasks ran in app project'
38-
result.task(":app:misusedDependenciesDebug").outcome == TaskOutcome.SUCCESS
39-
result.task(":app:generateAdviceDebug").outcome == TaskOutcome.SUCCESS
38+
result.task(':app:misusedDependenciesDebug').outcome == TaskOutcome.SUCCESS
39+
result.task(':app:generateAdviceDebug').outcome == TaskOutcome.SUCCESS
4040
4141
and: 'expected tasks ran in lib project'
42-
result.task(":lib:misusedDependenciesDebug").outcome == TaskOutcome.SUCCESS
43-
result.task(":lib:abiAnalysisDebug").outcome == TaskOutcome.SUCCESS
44-
result.task(":lib:generateAdviceDebug").outcome == TaskOutcome.SUCCESS
42+
result.task(':lib:misusedDependenciesDebug').outcome == TaskOutcome.SUCCESS
43+
result.task(':lib:abiAnalysisDebug').outcome == TaskOutcome.SUCCESS
44+
result.task(':lib:generateAdviceDebug').outcome == TaskOutcome.SUCCESS
4545
4646
and: 'unused dependencies reports for app are correct'
4747
def actualUnusedDepsForApp = androidProject.completelyUnusedDependenciesFor('app')

src/functionalTest/groovy/com/autonomousapps/jvm/AbiAnnotationsSpec.groovy

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
1414
gradleProject = project.gradleProject
1515
1616
when:
17-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
17+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1818
1919
then:
2020
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())
@@ -29,7 +29,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
2929
gradleProject = project.gradleProject
3030
3131
when:
32-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
32+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
3333
3434
then:
3535
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())
@@ -44,7 +44,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
4444
gradleProject = project.gradleProject
4545
4646
when:
47-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
47+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
4848
4949
then:
5050
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())
@@ -59,7 +59,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
5959
gradleProject = project.gradleProject
6060
6161
when:
62-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
62+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
6363
6464
then:
6565
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())
@@ -74,7 +74,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
7474
gradleProject = project.gradleProject
7575
7676
when:
77-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
77+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
7878
7979
then:
8080
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())
@@ -89,7 +89,7 @@ final class AbiAnnotationsSpec extends AbstractJvmSpec {
8989
gradleProject = project.gradleProject
9090
9191
when:
92-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
92+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
9393
9494
then:
9595
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth())

src/functionalTest/groovy/com/autonomousapps/jvm/AbiExceptionsSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class AbiExceptionsSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth)

src/functionalTest/groovy/com/autonomousapps/jvm/AbiExclusionsSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class AbiExclusionsSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(project.actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/AbiGenericsSpec.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class AbiGenericsSpec extends AbstractJvmSpec {
1414
gradleProject = project.gradleProject
1515
1616
when:
17-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
17+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1818
1919
then:
2020
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth)
@@ -29,7 +29,7 @@ final class AbiGenericsSpec extends AbstractJvmSpec {
2929
gradleProject = project.gradleProject
3030
3131
when:
32-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
32+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
3333
3434
then:
3535
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth)

src/functionalTest/groovy/com/autonomousapps/jvm/AbiSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class AbiSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(project.actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/AntlrSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class AntlrSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(project.actualBuildHealth()).containsExactlyElementsIn(project.expectedBuildHealth)

src/functionalTest/groovy/com/autonomousapps/jvm/ApplicationSpec.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class ApplicationSpec extends AbstractJvmSpec {
1616
gradleProject = project.gradleProject
1717
1818
when:
19-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
19+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
2020
2121
then:
2222
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)
@@ -32,7 +32,7 @@ final class ApplicationSpec extends AbstractJvmSpec {
3232
gradleProject = project.gradleProject
3333
3434
when:
35-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
35+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
3636
3737
then:
3838
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/ConstantsSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class ConstantsSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(actualAdvice('proj')).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/GenericsSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class GenericsSpec extends AbstractJvmSpec {
1414
gradleProject = project.gradleProject
1515
1616
when:
17-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
17+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1818
1919
then: 'there is no advice'
2020
assertThat(actualAdvice('proj-1')).containsExactlyElementsIn([] as List<Advice>)

src/functionalTest/groovy/com/autonomousapps/jvm/GradleApiSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class GradleApiSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when: 'build does not fail'
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then: 'and there is no advice'
1919
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/GradlePluginSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class GradlePluginSpec extends AbstractJvmSpec {
1717
gradleProject = project.gradleProject
1818
1919
when:
20-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
20+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
2121
2222
then:
2323
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/LombokSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class LombokSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then: 'and there is no advice'
1919
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/MinimalAdviceSpec.groovy

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class MinimalAdviceSpec extends AbstractJvmSpec {
1515
gradleProject = project.gradleProject
1616
1717
when:
18-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
18+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1919
2020
then: 'Minimized advice contains expected elements'
2121
def minimized = actualMinimizedBuildHealth()
@@ -31,7 +31,7 @@ final class MinimalAdviceSpec extends AbstractJvmSpec {
3131
gradleProject = project.gradleProject
3232
3333
when:
34-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
34+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
3535
3636
then: 'Minimized advice contains expected elements'
3737
def minimized = actualMinimizedBuildHealth()
@@ -47,7 +47,7 @@ final class MinimalAdviceSpec extends AbstractJvmSpec {
4747
gradleProject = project.gradleProject
4848
4949
when:
50-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
50+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
5151
5252
then: 'Minimized advice strips unnecessary strict advice'
5353
def minimized = actualMinimizedBuildHealth()
@@ -63,7 +63,7 @@ final class MinimalAdviceSpec extends AbstractJvmSpec {
6363
gradleProject = project.gradleProject
6464
6565
when:
66-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
66+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
6767
6868
then: 'Minimized and strict advice match'
6969
def minimized = actualMinimizedBuildHealth()

src/functionalTest/groovy/com/autonomousapps/jvm/RedundantPluginsSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class RedundantPluginsSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
buildAndFail(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
buildAndFail(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919

src/functionalTest/groovy/com/autonomousapps/jvm/SecurityProviderSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class SecurityProviderSpec extends AbstractJvmSpec {
1313
gradleProject = project.gradleProject
1414
1515
when:
16-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
16+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1717
1818
then:
1919
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/SpringBootSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class SpringBootSpec extends AbstractJvmSpec {
1414
gradleProject = project.gradleProject
1515
1616
when:
17-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
17+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1818
1919
then:
2020
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

src/functionalTest/groovy/com/autonomousapps/jvm/TestDependenciesSpec.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class TestDependenciesSpec extends AbstractJvmSpec {
1515
gradleProject = project.gradleProject
1616
1717
when:
18-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
18+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
1919
2020
then:
2121
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)
@@ -30,7 +30,7 @@ final class TestDependenciesSpec extends AbstractJvmSpec {
3030
gradleProject = project.gradleProject
3131
3232
when:
33-
build(gradleVersion, gradleProject.rootDir, ':buildHealth', "-D${FlagsKt.FLAG_TEST_ANALYSIS}=false")
33+
build(gradleVersion, gradleProject.rootDir, 'buildHealth', "-D${FlagsKt.FLAG_TEST_ANALYSIS}=false")
3434
3535
then:
3636
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdviceWithoutTest)
@@ -45,7 +45,7 @@ final class TestDependenciesSpec extends AbstractJvmSpec {
4545
gradleProject = project.gradleProject
4646
4747
when:
48-
build(gradleVersion, gradleProject.rootDir, ':buildHealth')
48+
build(gradleVersion, gradleProject.rootDir, 'buildHealth')
4949
5050
then:
5151
assertThat(actualAdvice()).containsExactlyElementsIn(project.expectedAdvice)

0 commit comments

Comments
 (0)