Skip to content

Commit

Permalink
build: fix after gatling-build-plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Feb 12, 2024
1 parent 4ff89f4 commit 5ac31be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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 @@ -8,8 +7,6 @@ object BuildSettings {
lazy val basicSettings = Seq(
organization := "io.gatling.highcharts",
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
licenses := Seq("Gatling Highcharts" -> url("https://raw.githubusercontent.com/gatling/gatling-highcharts/master/LICENSE"))
)
}

0 comments on commit 5ac31be

Please sign in to comment.