-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.3 CE GA4, 7.0.0 M5
-
Fix Version/s: 7.0.0 M5
-
Component/s: Dev Tools, Dev Tools > Plugins SDK
-
Labels:None
-
Git Pull Request:
In the Plugins SDK there is a "create" tool that when run with no arguments outputs:
[jhf@James-Falkners-MacBook-Pro-Update-2] ~/lr/62ga4/sdk/portlets $ sh create.sh Usage: ./create.sh hello-world "Hello World"
If you then try to run that example it fails:
[jhf@James-Falkners-MacBook-Pro-Update-2] ~/lr/62ga4/sdk/portlets $ sh ./create.sh hello-world "Hello World" Parallel execution with configuration on demand is an incubating feature. FAILURE: Build failed with an exception. * What went wrong: Task 'World"' not found in root project 'sdk'. * 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 Total time: 2.896 secs
Not a good first impression....