Skip to content

Commit

Permalink
build: fix renamed task
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Feb 12, 2024
1 parent 4ff89f4 commit 24f8d4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
@@ -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._
Expand All @@ -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
)
}

0 comments on commit 24f8d4c

Please sign in to comment.