Thanks Dawid! I tried it out locally, working fine on the mac for me now with 13!
On Thu, Jan 9, 2020 at 8:23 AM <dwe...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > dweiss pushed a commit to branch gradle-master > in repository https://gitbox.apache.org/repos/asf/lucene-solr.git > > > The following commit(s) were added to refs/heads/gradle-master by this > push: > new 0166e89 Upgrading palantir's plugin to 1.14.0 > 0166e89 is described below > > commit 0166e89dba1359f443067750789aae36c2d6d35c > Author: Dawid Weiss <dwe...@apache.org> > AuthorDate: Thu Jan 9 14:23:35 2020 +0100 > > Upgrading palantir's plugin to 1.14.0 > --- > build.gradle | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/build.gradle b/build.gradle > index 428d7b3..2f2fe07 100644 > --- a/build.gradle > +++ b/build.gradle > @@ -1,7 +1,7 @@ > > plugins { > id "base" > - id "com.palantir.consistent-versions" version "1.13.1" > + id "com.palantir.consistent-versions" version "1.14.0" > id 'de.thetaphi.forbiddenapis' version '2.7' apply false > } > > >