Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 24, 2021
1 parent ee91e59 commit 9df958c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/check-licenses.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ licenseReport {
excludeOwnGroup = true
allowedLicensesFile = new File("$projectDir/gradle/allowed-licenses.json")
filters = fs
excludes = ['org.jetbrains.kotlinx:kotlinx-coroutines-core']
excludes = [
'org.jetbrains.kotlinx:kotlinx-coroutines-core'
]
excludeBoms = true
def rs = new ArrayList<ReportRenderer>();
def xml = new XmlReportRenderer() as ReportRenderer
Expand Down

0 comments on commit 9df958c

Please sign in to comment.