Hi,
 
> > Enforcing version and gradlew vs local shouldn't be difficult.
> 
> We already enforce the version:
> https://github.com/dweiss/lucene-solr/blob/master/gradle/validation/check-
> environment.gradle#L42-L45
> 
> If you run a non-wrapper gradle (local) or via gradlew does not matter
> as long as it's the same exact version. but this is nearly impossible
> to achieve if you
> work on more than one project (or even one project with multiple
> branches, each having a different gradle version...). This enforcement
> is really there to protect
> you from hours of debugging nonsensical errors caused by
> incompatibilities within gradle itself. We could allow other versions
> (or version ranges) but it's an additional
> overhead for someone to maintain -- I'm personally not interested in
> doing that, honestly.

Oh thanks, was not aware of that. Then I don't understand the discussion 
between you and some committers who did not run "gradlew" and used "gradle" 
instead. Where was the issue then?

If the version is identical, then there's no issue at all.

Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to