Skip to content

Commit

Permalink
Upgrade Gradle-RAT plugin: 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
The new version prints the list of unapproved files to the console

See eskatos/creadur-rat-gradle#15
  • Loading branch information
vlsi committed Dec 13, 2019
1 parent 447e4ce commit d33386e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ val gitProps by tasks.registering(FindGitAttributes::class) {

val rat by tasks.getting(org.nosphere.apache.rat.RatTask::class) {
gitignore(gitProps)
verbose.set(true)
// Note: patterns are in non-standard syntax for RAT, so we use exclude(..) instead of excludeFile
exclude(rootDir.resolve(".ratignore").readLines())
}
Expand Down
3 changes: 3 additions & 0 deletions checksum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.5.2'>
<sha512>77A7E43B9CC3AE9676A4B9B6D2CEFFF578D171E6A2741DFA676981856E77DFB990F23BCA5817E8EB0E676CFB2802C7E4A429117F817AF52EE7110DCE4CEBE4CD</sha512>
</dependency>
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.5.3'>
<sha512>284AC78C68317C9915877AF900B814FC800396F51DB7B82060FB6E5596408D769871A853D6F332B2534F25C625EC8DB00BDBFB48E3DB36EC25088B93AE90324C</sha512>
</dependency>
<dependency group='org.ow2.asm' module='asm-analysis' version='6.2.1'>
<sha512>BE273F8E886BBCFDA81180917145996AB8FD26A17264EBEB5E1FC2337950A309D64DC8CBD373220009728622A8CBF56B8578E960B5561C22EA66848D296AE44E</sha512>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ com.github.vlsi.crlf.version=1.46.0
com.github.vlsi.ide.version=1.46.0
com.github.vlsi.stage-vote-release.version=1.46.0
org.jetbrains.gradle.plugin.idea-ext.version=0.5
org.nosphere.apache.rat.version=0.5.2
org.nosphere.apache.rat.version=0.5.3
org.sonarqube.version=2.7.1

# Dependencies
Expand Down

0 comments on commit d33386e

Please sign in to comment.