aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-02-28 15:05:02 +0000
committerPJ Fanning <fanningpj@apache.org>2022-02-28 15:05:02 +0000
commit58e6993b68e4aee91859d05c253fb323fa7f39b8 (patch)
tree62a944241747977eab200d2bbf6460aaebdbefea /build.gradle
parentcd1c603aaa0cd55c8eb7e70410b233919f855a76 (diff)
downloadpoi-58e6993b68e4aee91859d05c253fb323fa7f39b8.tar.gz
poi-58e6993b68e4aee91859d05c253fb323fa7f39b8.zip
add license plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a6b2093166..a6ea84797f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ plugins {
id('org.nosphere.apache.rat') version '0.7.0'
id 'distribution'
id "com.github.spotbugs" version "4.8.0"
- id 'com.github.jk1.dependency-license-report' version '2.0'
+ id 'com.github.jk1.dependency-license-report' version '2.1'
}
repositories {