Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ apply plugin: 'tomcat'
apply plugin: 'project-report'
apply plugin: 'java'
apply plugin: 'openjpa'
apply plugin: 'pmd'
apply plugin: 'findbugs'
// apply plugin: 'pmd'
// apply plugin: 'findbugs'

/* define the valid syntax level for source files */
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -270,6 +270,7 @@ task dist(type:Zip){
compileJava{
dependsOn rat
}
/*
pmd {
sourceSets = [sourceSets.main]
ignoreFailures = true
Expand All @@ -278,6 +279,7 @@ findbugs {
ignoreFailures = true
sourceSets = [sourceSets.main]
}
*/

war {
from('../licenses/binary/') { // notice the parens
Expand Down