Skip to content

Commit

Permalink
Merge pull request apache#545 from awasum/develop
Browse files Browse the repository at this point in the history
Prevent Apache rat task from failing subsequently after building project: FINERACT-731
  • Loading branch information
vishwasbabu authored Mar 11, 2019
2 parents e0cb003 + 534ee9b commit d6d5f4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ build
*.ipr
*.iws
*.DS_Store
.idea
gradle
4 changes: 3 additions & 1 deletion fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ rat {
'**/assets/html5shiv.js',

//BSD License
'**/assets/uglify.js'
'**/assets/uglify.js',
//Ignore out folder
'**/out/**'
]
}

Expand Down

0 comments on commit d6d5f4a

Please sign in to comment.