grails-samples / grails-petclinic

The introductory sample application for Grails
68 stars 93 forks source link

Task 'run' not found in root project ''. #29

Open omriShneor opened 7 years ago

omriShneor commented 7 years ago

Im trying to create a dockerfile running this webapp as a service. and im getting the following:

Unzipping /root/.gradle/wrapper/dists/gradle-2.3-bin/a48v6zq5mdp1uyn9rwlj56945/gradle-2.3-bin.zip to /root/.gradle/wrapper/dists/gradle-2.3-bin/a48v6zq5mdp1uyn9rwlj56945 Set executable permissions for: /root/.gradle/wrapper/dists/gradle-2.3-bin/a48v6zq5mdp1uyn9rwlj56945/gradle-2.3/bin/gradle Native Lib Architecture: Clifferx64

FAILURE: Build failed with an exception.

  • What went wrong: Task 'run' not found in root project ''.

  • Try: Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --inf or --debug option to get more log output.

BUILD FAILED

any ideas why?