We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff89f4 commit 24f8d4cCopy full SHA for 24f8d4c
project/BuildSettings.scala
@@ -1,5 +1,4 @@
1
import io.gatling.build.license._
2
-import io.gatling.build.license.Apache2LicenseFilePlugin.Apache2LicenseFileKeys.gatlingApache2LicenseTask
3
import sbt._
4
import sbt.Keys._
5
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
@@ -10,6 +9,6 @@ object BuildSettings {
10
9
headerLicense := GatlingHighChartsLicense,
11
licenses := Seq("Gatling Highcharts" -> url("https://raw.githubusercontent.com/gatling/gatling-highcharts/master/LICENSE")),
12
// Avoid to write the Apache2 license
13
- Compile / gatlingApache2LicenseTask := Nil
+ Compile / GatlingLicenseFileKeys.gatlingLicenseFileTask := Nil
14
)
15
}
0 commit comments