Skip to content

Commit fd8ca91

Browse files
committed
Fix reference to scijava.app.java-platform prop
In retrospect, it would have been better to leave the name as scijava.app.platform, but that cat's out of the bag now.
1 parent 72d3341 commit fd8ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The app-launcher uses system properties to configure its behavior:
5353
windows-x64=https://cdn.azul.com/zulu/bin/zulu21.36.17-ca-jdk21.0.4-win_x64.zip
5454
```
5555
The exact naming is up to you, but for a Java distribution to be downloaded,
56-
the `scijava.app.platform` property must be set and match one of the keys
56+
the `scijava.app.java-platform` property must be set and match one of the keys
5757
indicated within the fetched remote resource.
5858

5959
* `scijava.app.java-version-minimum`: The minimum version of Java required by

0 commit comments

Comments
 (0)