This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 2efca89 FINERACT-991: Upgrade RAT plug-in
2efca89 is described below
commit 2efca8972241de3723344a81f102dd665382d0c9
Author: Petri Tuomola <[email protected]>
AuthorDate: Thu May 21 22:20:39 2020 +0300
FINERACT-991: Upgrade RAT plug-in
---
fineract-provider/build.gradle | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index c733f92..3696bd6 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -43,7 +43,7 @@ buildscript {
// below
classpath 'org.apache.openjpa:openjpa:3.1.1' // when upgrading, also
change OpenJPA version repeated below in dependencyManagement!
classpath 'com.radcortez.gradle:openjpa-gradle-plugin:3.1.0'
- classpath 'gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1'
+ classpath 'org.nosphere.apache:creadur-rat-gradle:0.6.0'
classpath
"gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.2.0"
classpath
"gradle.plugin.com.github.andygoossens:gradle-modernizer-plugin:1.3.0"
classpath
"gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.2"
@@ -171,13 +171,10 @@ jacocoTestReport{
}
rat {
- xmlOutput = false
- htmlOutput = false
- plainOutput = true
verbose = false
- // inputDir = './..'
reportDir = new File(buildDir,'reports/rat')
excludes = [
+ '**/*.launch',
'**/licenses/**',
'**/*.md',
'**/*.github/**',