diff options
author | Dominik Stadler <centic@apache.org> | 2024-01-30 21:01:49 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2024-01-30 21:01:49 +0000 |
commit | e696053e23b452a21572d60de045e1794f176775 (patch) | |
tree | 2651089b982d061a36793e110ce82cc950b43b95 /build.gradle | |
parent | 147c96da67494e88d6bbdc44c52287c698a94190 (diff) | |
download | poi-e696053e23b452a21572d60de045e1794f176775.tar.gz poi-e696053e23b452a21572d60de045e1794f176775.zip |
Use latest version of rat and rat-plugin
In Gradle builds, this will still use rat 0.15.0, though
as the plugin hardcodes the version of rat that is used.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a0d2bec6a3..f1d55eb0cc 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ buildscript { plugins { id 'base' id 'com.dorongold.task-tree' version '2.1.1' - id 'org.nosphere.apache.rat' version '0.8.0' + id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' id "com.github.spotbugs" version '5.2.1' id 'de.thetaphi.forbiddenapis' version '3.6' |