Skip to content

Issue running "gradlew dealwithit" #3

@claym

Description

@claym

Off a fresh pull of this repo, I get this.

Any idea what the problem is?

:compileJava UP-TO-DATE
:compileGroovy
:processResources UP-TO-DATE
:classes
:createClasspathManifest
:compileTestJava UP-TO-DATE
:compileTestGroovy
:processTestResources UP-TO-DATE
:testClasses
:test

impl.TestFileCreator > testCreatesFileWithContent PASSED

impl.TestFileCreator > testCreatesFileIfParentDirMissing PASSED

TestMyPlugin > testMyOtherTask PASSED

TestMyPlugin > testHasExtension PASSED

TestMyPlugin > testDealWithIt PASSED

TestMyPlugin > testMyTask PASSED

TestRealBuild > testMyOtherTask PASSED

TestRealBuild > testConfiguration PASSED

TestRealBuild > testDealWithIt PASSED

TestRealBuild > testMyTask PASSED

BUILD SUCCESSFUL

Total time: 37.599 secs
C:\eclipse-workspace\gradle-plugin-example>gradlew dealwithit

FAILURE: Build failed with an exception.

* What went wrong:
Task 'dealwithit' not found in root project 'myplugin'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log outpu
t.

BUILD FAILED

Total time: 10.134 secs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions