File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ import scala.cli.commands.SpecificationLevel
15
15
|
16
16
|//> using resourceDirs _path1_ _path2_ …""" .stripMargin,
17
17
""" `//> using resourceDir` _path_
18
+ |`//> using resourceDirs` _path1_ _path2_ …
18
19
|
19
- |`//> using resourceDirs` _path1_ _path2_ …""" .stripMargin
20
+ |`//> using test.resourceDir` _path_
21
+ |`//> using test.resourceDirs` _path1_ _path2_ …
22
+ |
23
+ |""" .stripMargin
20
24
)
21
25
@ DirectiveDescription (" Manually add a resource directory to the class path" )
22
26
@ DirectiveLevel (SpecificationLevel .SHOULD )
Original file line number Diff line number Diff line change @@ -433,9 +433,13 @@ Accepts predefined repositories supported by Coursier (like `sonatype:snapshots`
433
433
Manually add a resource directory to the class path
434
434
435
435
` //> using resourceDir ` _ path_
436
-
437
436
` //> using resourceDirs ` _ path1_ _ path2_ …
438
437
438
+ ` //> using test.resourceDir ` _ path_
439
+ ` //> using test.resourceDirs ` _ path1_ _ path2_ …
440
+
441
+
442
+
439
443
#### Examples
440
444
` //> using resourceDir ./resources `
441
445
Original file line number Diff line number Diff line change @@ -256,9 +256,13 @@ Accepts predefined repositories supported by Coursier (like `sonatype:snapshots`
256
256
Manually add a resource directory to the class path
257
257
258
258
` //> using resourceDir ` _ path_
259
-
260
259
` //> using resourceDirs ` _ path1_ _ path2_ …
261
260
261
+ ` //> using test.resourceDir ` _ path_
262
+ ` //> using test.resourceDirs ` _ path1_ _ path2_ …
263
+
264
+
265
+
262
266
#### Examples
263
267
` //> using resourceDir ./resources `
264
268
You can’t perform that action at this time.
0 commit comments