-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run the project #8
Comments
Before runing the build-all scripts. Add a line to create the wrapper jars to be added in your system.
|
Hi, I'm running your project, and I had the following problem.
I'm on Mac OS , and I've already installed gradle |
Hi Dior222
then try to execute build-all-projects.sh again |
The problem is that most of the projects' gradle/wrapper folder does not contain a gradle-wrapper jar. Copy that across and it builds fine. |
Hi,
I'm trying to run the project with SpringBoot 1.3.0.BUILD-SNAPSHOT and docker.
However, I encounter an issue with docker images 'anilallewar/xxxx' .
When I want to build all subprojects with the command line :
No such property: mainClassName for class: org.gradle.api.internal.project.DefaultProject_Decorated
Can you give me the keys in order to run the project with docker ?
Thanks
The text was updated successfully, but these errors were encountered: