Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248)
Also: Migrate to sbt slash syntax
This commit is contained in:
parent
49759617ab
commit
aa03e8b089
27 changed files with 145 additions and 148 deletions
|
|
@ -41,8 +41,8 @@ object SigarLoader {
|
|||
sigarFolder := target.value / "native",
|
||||
sigarOptions := "-javaagent:" + sigarArtifact.value + "=" + sigarFolderProperty + "=" + sigarFolder.value,
|
||||
//
|
||||
fork in Test := true) ++ (// Invoke Sigar agent at JVM init time, to extract and load native Sigar library.
|
||||
if (sigarTestEnabled) Seq(javaOptions in Test += sigarOptions.value)
|
||||
Test / fork := true) ++ (// Invoke Sigar agent at JVM init time, to extract and load native Sigar library.
|
||||
if (sigarTestEnabled) Seq(Test / javaOptions += sigarOptions.value)
|
||||
else Seq())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue