Upgrading palantir's plugin to 1.14.0

This commit is contained in:
Dawid Weiss 2020-01-09 14:23:35 +01:00
parent c7ed133910
commit 0166e89dba
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
plugins { plugins {
id "base" 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 id 'de.thetaphi.forbiddenapis' version '2.7' apply false
} }