./gradlew initializeExtensionProject ERROR
hi,
I followed the "How to extend Rapidminer 7" tutorial pdf on to the point with the command ./gradlew initializeExtensionProject
I get an error:
FAILURE: Build failed with an exception.
* What went wrong:
Task 'initializeExtensionProject' not found in root project 'rapidminer-extension-template-master'.
* 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 output.
BUILD FAILED
what am I doing wrong? I imported the rapidminer-extension-template into the workspace...
my workspace is still missing src/main/java and several other folders...