-
Notifications
You must be signed in to change notification settings - Fork 8
Cannot build project using gradle #1
Comments
Basically the reason for this is that The idea is that this be an optional JHipster module following http://www.jhipster.tech/modules/creating-a-module/ but we didn't get around to publishing it to npm. So it doesn't come up as an option when you do I gather that you've had a look at the generator and decided to jump to doing the key bit yourself which is (The other bits just add a sample process, a test for the process and a REST controller to illustrate interacting with the engine.) So essentially what you're doing is http://www.baeldung.com/spring-activiti - |
Hi @ryandawsonuk , thanks for your prompt reply. Actually, this is my fault. I added spring milestone dependency to So now when I add correct repository in the build.gradle file, the application is running correctly either using As
#2 is my other questions, if you don't mind answering. However, I will close this as the problem solved now. Thanks. |
Hi,
I try to integrate jhipster project with activiti. Because AFAIK this modules only add dependencies to activiti cloud and just generate the example code, I don't use this module directly but just add compile dependency to my
build.gradle
file as follow:compile "org.activiti.cloud:activiti-cloud-starter-configure:7-201709-EA"
. However, executing./gradlew compileJava
produce build error like this:Note that I try to disable
jcenter()
inbuild.gradle
and add spring milestone repository, but no any luck. The project example for this issue could be found here.Thanks.
The text was updated successfully, but these errors were encountered: