Skip to content

Commit 24f8d4c

Browse files
committed
build: fix renamed task
1 parent 4ff89f4 commit 24f8d4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import io.gatling.build.license._
2-
import io.gatling.build.license.Apache2LicenseFilePlugin.Apache2LicenseFileKeys.gatlingApache2LicenseTask
32
import sbt._
43
import sbt.Keys._
54
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
@@ -10,6 +9,6 @@ object BuildSettings {
109
headerLicense := GatlingHighChartsLicense,
1110
licenses := Seq("Gatling Highcharts" -> url("https://raw.githubusercontent.com/gatling/gatling-highcharts/master/LICENSE")),
1211
// Avoid to write the Apache2 license
13-
Compile / gatlingApache2LicenseTask := Nil
12+
Compile / GatlingLicenseFileKeys.gatlingLicenseFileTask := Nil
1413
)
1514
}

0 commit comments

Comments
 (0)