Skip to content

Commit

Permalink
Typo fix in notice file (#47)
Browse files Browse the repository at this point in the history
* Fix in THIRD_PARTY_NOTICES file name
  • Loading branch information
harshit-ap authored May 24, 2023
1 parent 07479c5 commit a3174d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion gradle/script/generate-license-info.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java-library'
apply plugin: 'com.github.jk1.dependency-license-report'

licenseReport {
renderers = [new MarkdownReportRenderer(fileName: "../THIRD_PART_NOTICES.md" )]
renderers = [new MarkdownReportRenderer(fileName: "../THIRD_PARTY_NOTICES.md" )]
filters = [new ExcludeTransitiveDependenciesFilter()]
outputDir = "./third-party-dependencies"
}
Expand Down

0 comments on commit a3174d3

Please sign in to comment.