File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ import scala.cli.commands.SpecificationLevel
12
12
@ DirectiveExamples (" //> using test.javacOpt -source 1.8 -target 1.8" )
13
13
@ DirectiveUsage (
14
14
" //> using javacOpt _options_" ,
15
- " `//> using javacOpt` _options_"
15
+ """ `//> using javacOpt` _options_
16
+ |`//> using javacOptions` _options_
17
+ |
18
+ |`//> using test.javacOpt` _options_
19
+ |`//> using test.javacOptions` _options_
20
+ |""" .stripMargin
16
21
)
17
22
@ DirectiveDescription (" Add Javac options which will be passed when compiling sources." )
18
23
@ DirectiveLevel (SpecificationLevel .SHOULD )
Original file line number Diff line number Diff line change @@ -204,6 +204,11 @@ Add Java properties
204
204
Add Javac options which will be passed when compiling sources.
205
205
206
206
` //> using javacOpt ` _ options_
207
+ ` //> using javacOptions ` _ options_
208
+
209
+ ` //> using test.javacOpt ` _ options_
210
+ ` //> using test.javacOptions ` _ options_
211
+
207
212
208
213
#### Examples
209
214
` //> using javacOpt -source 1.8 -target 1.8 `
Original file line number Diff line number Diff line change @@ -203,6 +203,11 @@ Sets Java home used to run your application or tests
203
203
Add Javac options which will be passed when compiling sources.
204
204
205
205
` //> using javacOpt ` _ options_
206
+ ` //> using javacOptions ` _ options_
207
+
208
+ ` //> using test.javacOpt ` _ options_
209
+ ` //> using test.javacOptions ` _ options_
210
+
206
211
207
212
#### Examples
208
213
` //> using javacOpt -source 1.8 -target 1.8 `
You can’t perform that action at this time.
0 commit comments