Merge pull request #7531 from Philippus/patch-1

Remove superfluous space
This commit is contained in:
adpi2 2024-04-11 11:08:35 +02:00 committed by GitHub
commit 7064066e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1653,7 +1653,7 @@ object Defaults extends BuildCommon {
+ "These issues, along with others that were not enumerated above, may be"
+ " resolved by changing the class loader layering strategy.\n"
+ "The Flat and ScalaLibrary strategies bundle the full project classpath in"
+ " the same class loader.\nTo use one of these strategies, set the "
+ " the same class loader.\nTo use one of these strategies, set the"
+ " ClassLoaderLayeringStrategy key\nin your configuration, for example:\n\n"
+ s"set ${projectId}Test / classLoaderLayeringStrategy :="
+ " ClassLoaderLayeringStrategy.ScalaLibrary\n"