Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Dec 11, 2023
1 parent 3b8b9d9 commit f4dee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object BuildSettings {
headerLicense := GatlingHighChartsLicense,
licenses := Seq("Gatling Highcharts" -> url("https://raw.githubusercontent.com/gatling/gatling-highcharts/master/LICENSE")),
// Avoid to write the Apache2 license
Compile / gatlingApache2LicenseTask := Seq.empty
Compile / gatlingApache2LicenseTask := Nil
)
}

0 comments on commit f4dee67

Please sign in to comment.