diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 963d7dc..c05e66f 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -1,5 +1,4 @@ import io.gatling.build.license._ -import io.gatling.build.license.Apache2LicenseFilePlugin.Apache2LicenseFileKeys.gatlingApache2LicenseTask import sbt._ import sbt.Keys._ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._ @@ -10,6 +9,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 := Nil + Compile / GatlingLicenseFileKeys.gatlingLicenseFileTask := Nil ) }