Skip to content

Commit

Permalink
GEODE-6130: Fix RAT to search from project root directory. (apache#2941)
Browse files Browse the repository at this point in the history
* Updates RAT to 0.3.1
  • Loading branch information
jake-at-work authored Dec 4, 2018
1 parent 4abe1f0 commit 3c0eaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions gradle/rat.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
apply plugin: "org.nosphere.apache.rat"

rat {
inputDir = rootDir
xmlOutput = false
htmlOutput = false
plainOutput = true
Expand Down

0 comments on commit 3c0eaca

Please sign in to comment.