This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 3c0eaca GEODE-6130: Fix RAT to search from project root directory.
(#2941)
3c0eaca is described below
commit 3c0eacae2446cca51b25336f97cccba0687062b0
Author: Jacob Barrett <[email protected]>
AuthorDate: Mon Dec 3 17:56:17 2018 -0800
GEODE-6130: Fix RAT to search from project root directory. (#2941)
* Updates RAT to 0.3.1
---
build.gradle | 2 +-
gradle/rat.gradle | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c16c36f..0c6012f 100755
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ buildscript {
dependencies {
classpath "org.ajoberstar:gradle-git:1.3.2"
- classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.0"
+ classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2'
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.10.0"
classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.7"
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 05f9236..1486f8f 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -17,6 +17,7 @@
apply plugin: "org.nosphere.apache.rat"
rat {
+ inputDir = rootDir
xmlOutput = false
htmlOutput = false
plainOutput = true