auto-cf: support excluding files from overrides (#2456)

This commit is contained in:
Geoff Bourne
2023-10-26 21:05:53 -05:00
committed by GitHub
parent 8ee9d6d2eb
commit 2dca9220e2
4 changed files with 58 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ cd build/distributions
jwebserver -b 0.0.0.0 -p 8008
```
If `jwebserver` is not available, try `java -m jdk.httpserver`
If `jwebserver` is not available, try `java -m jdk.httpserver -p 8008`
```shell
--build-arg MC_HELPER_VERSION=1.8.1-SNAPSHOT \