-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Labels
No labels