gradle-plugin-example icon indicating copy to clipboard operation
gradle-plugin-example copied to clipboard

Issue running "gradlew dealwithit"

Open claym opened this issue 7 years ago • 0 comments

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

claym avatar Oct 12 '18 17:10 claym