forked from meissa/ModeratorElection
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
### ToDo
|
|
|
|
```
|
|
HowTo BUILD jar?
|
|
|
|
Failed within local: ./gradle build
|
|
java -jar build/libs/ModeratorElection.jar -> localhost:6333 "White Label..."-Error
|
|
|
|
=> ./gradlew clean build -Pvaadin.productionMode
|
|
..in ide dev: ./gradlew clean vaadinPrepareFrontend
|
|
```
|
|
|
|
```
|
|
build graalvm binary
|
|
```
|
|
|
|
```
|
|
after npm audit fix during image build
|
|
npm warn deprecated workbox-google-analytics@7.0.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
|
|
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
|
|
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
|
|
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
|
|
```
|
|
|
|
|