[skip ci] add cmt
This commit is contained in:
parent
1826bcc920
commit
ad7845d910
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ tasks.register('installlocally') {
|
||||||
|
|
||||||
// create binaries and install into /usr/local/bin
|
// create binaries and install into /usr/local/bin
|
||||||
// PREREQUISITE: graalvm / native-image must be installed - see https://www.graalvm.org/
|
// PREREQUISITE: graalvm / native-image must be installed - see https://www.graalvm.org/
|
||||||
|
// NOTE: May take up tp 10 Min altogether!
|
||||||
tasks.register('binariesInstall') {
|
tasks.register('binariesInstall') {
|
||||||
dependsOn(uberjarServer, uberjarDesktop, uberjarSyspec)
|
dependsOn(uberjarServer, uberjarDesktop, uberjarSyspec)
|
||||||
doLast {
|
doLast {
|
||||||
|
|
Loading…
Reference in a new issue