Skip to content

Commit 39fc42a

Browse files
committed
1 parent e215b73 commit 39fc42a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/modules/tools/pages/jdks-maven.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,21 @@ Available parameters:
163163
Type: int +
164164
User property: `disco.setup.read.timeout`
165165

166+
* rejectPlatforms +
167+
Activates JDKs not matching the given platform. +
168+
Type: String[] +
169+
User property: `jreleaser.reject.platforms`
170+
171+
* selectCurrentPlatform +
172+
Activates JDKs matching the current platform. +
173+
Type: boolean +
174+
User property: `jreleaser.select.current.platform`
175+
176+
* selectPlatforms +
177+
Activates JDKs matching the given platform. +
178+
Type: String[] +
179+
User property: `jreleaser.select.platforms`
180+
166181
* skip +
167182
Skip execution. +
168183
Type: boolean +
@@ -192,6 +207,21 @@ Available parameters:
192207
Type: File +
193208
User property: `jdks.output.directory`
194209

210+
* rejectPlatforms +
211+
Activates JDKs not matching the given platform. +
212+
Type: String[] +
213+
User property: `jreleaser.reject.platforms`
214+
215+
* selectCurrentPlatform +
216+
Activates JDKs matching the current platform. +
217+
Type: boolean +
218+
User property: `jreleaser.select.current.platform`
219+
220+
* selectPlatforms +
221+
Activates JDKs matching the given platform. +
222+
Type: String[] +
223+
User property: `jreleaser.select.platforms`
224+
195225
* skip +
196226
Skip execution. +
197227
Type: boolean +

0 commit comments

Comments
 (0)