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 had not added the project with a java suffix yet but following the getting_started guide. I got stuck with gradle saying the conjureJava configuration did not exist without any informative error.
if (javaProjectSuffixes.stream().anyMatch(suffix -> project.findProject(project.getName() + suffix) != null)) {
What did you want to happen?
Maybe we could consider that the configuration should be set irrelevant of the project existing or not, but that configuration having a non-empty classpath or the project existence would be both flags and that if one is present but not the other, show an informative error.
The text was updated successfully, but these errors were encountered:
What happened?
I had not added the project with a java suffix yet but following the getting_started guide. I got stuck with gradle saying the conjureJava configuration did not exist without any informative error.
This is the guilty line:
gradle-conjure/gradle-conjure/src/main/java/com/palantir/gradle/conjure/ConjurePlugin.java
Line 126 in a5a4ab7
What did you want to happen?
Maybe we could consider that the configuration should be set irrelevant of the project existing or not, but that configuration having a non-empty classpath or the project existence would be both flags and that if one is present but not the other, show an informative error.
The text was updated successfully, but these errors were encountered: