An exception occurred applying plugin request [id: 'nebula.netflixoss', version: '9.2.2'] #2195
-
I m getting An exception occurred applying plugin request [id: 'nebula.netflixoss', version: '9.2.2'] when I am trying to setup conductor on my local machine |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, Are you building using a local Gradle installation or with the gradlew included in the code base ? Reason for asking this is, the Gradle installation in local might have a version which is not compatible for Conductor Server build. I tried the following, using the gradlew and it worked.
However, importing into IDE and running it from there is totally different thing, as there are some proto related build path changes to be done on GRPC and changing the compiler levels to 1.8 for few modules etc. Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
-
We recommend using the gradle wrapper and gradle versions packaged alongwith the application to build and run the server. Further, please ensure that you are using java11 as your jvm version. |
Beta Was this translation helpful? Give feedback.
We recommend using the gradle wrapper and gradle versions packaged alongwith the application to build and run the server. Further, please ensure that you are using java11 as your jvm version.