From e696053e23b452a21572d60de045e1794f176775 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 30 Jan 2024 21:01:49 +0000 Subject: [PATCH] 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 --- build.gradle | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 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' diff --git a/build.xml b/build.xml index b6563ce3ad..8524f2d0d8 100644 --- a/build.xml +++ b/build.xml @@ -349,7 +349,7 @@ under the License. - +