File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff 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 +
You can’t perform that action at this time.
0 commit comments