You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to find the run-seed task. I cloned the Pet Clinic repo from #15 (comment).
I am on Windows 10. I deleted %PROJECT_ROOT%\build\.dependencies and the .gradle folder from my home directory. I did not use an IDE. I have grails 3.1.16 and gradle 3.5.1 installed in my environment, but I am using the wrapper included with the project, which uses gradle 2.3. Running grails run-seed results in "command not found" and running gradlew.bat run, as specified in the README gets "Task 'run' not found in root project 'grails-petclinic-seed-me-example'." I have tried both with and without the gradle daemon enabled and -Dgrails.env=development.
I initially did not make any changes to the project source, I just cloned it, cleaned out my caches and tried a few commands. I had to change application.yml to match my MySQL instance. After doing that, gradlew.bat -Dgrails.env=development bootRun resulted in a seeded database. I see Bootstrapping Seed-me plugin \n installSeedData complete in the log, but I still don't see the run-seed task provided by either grails or gradlew.
The text was updated successfully, but these errors were encountered:
I am unable to find the run-seed task. I cloned the Pet Clinic repo from #15 (comment).
I am on Windows 10. I deleted
%PROJECT_ROOT%\build\.dependencies
and the.gradle
folder from my home directory. I did not use an IDE. I have grails 3.1.16 and gradle 3.5.1 installed in my environment, but I am using the wrapper included with the project, which uses gradle 2.3. Runninggrails run-seed
results in "command not found" and runninggradlew.bat run
, as specified in the README gets "Task 'run' not found in root project 'grails-petclinic-seed-me-example'." I have tried both with and without the gradle daemon enabled and-Dgrails.env=development
.I initially did not make any changes to the project source, I just cloned it, cleaned out my caches and tried a few commands. I had to change
application.yml
to match my MySQL instance. After doing that,gradlew.bat -Dgrails.env=development bootRun
resulted in a seeded database. I seeBootstrapping Seed-me plugin \n installSeedData complete
in the log, but I still don't see therun-seed
task provided by either grails or gradlew.The text was updated successfully, but these errors were encountered: