score:1

i ran into this problem also (having to set the dependency manually from intellij).

i "fixed" it by setting the dependency as compileonly as opposed to compile, this scope does not include the jar in the final distribution.

the code i use is (please note that my dependency includes scala as a transitive dependency):

    compileonly("io.gatling.highcharts:gatling-charts-highcharts:$gatlingversion")

Related Query

More Query from same tag