Compilation fails. (I need to compile it because the lib is not available in public maven repository, see #3)
When I run mvn verify I receive:
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.4.1:testCompile (scala-test-compile) on project gatling-sql: wrap: scala.reflect.internal.FatalError: Error accessing /home/user/.m2/repository/org/scalactic/scalactic_2.13/3.2.6/scalactic_2.13-3.2.6.jar: Invalid CEN header (invalid extra data field size for tag: 0xbdbf at 2484) -> [Help 1]
Tool versions
⬢ [Systemd] ❯ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
Compilation fails. (I need to compile it because the lib is not available in public maven repository, see #3)
When I run
mvn verify
I receive:Tool versions