hello-gluon-ci icon indicating copy to clipboard operation
hello-gluon-ci copied to clipboard

HelloGluon sample including Github actions for automating builds and releases

Results 10 hello-gluon-ci issues
Sort by recently updated
recently updated
newest added

[`gluonhq/setup-graalvm`](https://github.com/gluonhq/setup-graalvm) doesn't provide an issue tracker, so I hope this is the right place. At the moment, the Action causes the following warning because it is using node12 instead of...

[`gluonhq/setup-graalvm`](https://github.com/gluonhq/setup-graalvm) doesn't provide an issue tracker, so I hope this is the right place. The latest actual release of `gluonhq/setup-graalvm` is [4.0](https://github.com/gluonhq/setup-graalvm/releases/tag/4.0) from March 16, 2021. The examples here use...

Adjusting a demo to your own needs is always tedious and error prone. It would be nice to have a simple Maven Archetype that generates a fully customized project for...

The program appears to start but fails silently, The Windows event viewer show the following details. I am seeing the same failure on both my desktop and laptop. Other observations...

Hello, When I failed to run the [Actions Artifacts]([Update pom.xml · gluonhq/hello-gluon-ci@392a8d2 (github.com)](https://github.com/gluonhq/hello-gluon-ci/actions/runs/2817971158)) in Ubuntu20 ,do I needed to follow some dependency? ![image](https://user-images.githubusercontent.com/40739137/186053163-fae830ec-687e-47ba-9641-f3b0d4ed58c4.png)

pom.xml: ${env.GITHUB_RUN_NUMBER} ${env.GLUON_ANDROID_KEYSTOREPATH} ${env.GLUON_ANDROID_KEYSTORE_PASSWORD} ${env.GLUON_ANDROID_KEYALIAS} ${env.GLUON_ANDROID_KEYALIAS_PASSWORD} where those properties values ?

I want to build an apk with github actions . My project : https://github.com/poorvajappja/gluon-sample-ci But if I run workflow it comes like this . ![2uh](https://user-images.githubusercontent.com/65843311/120456806-93bafe80-c3b3-11eb-9dc4-e3380269ed20.PNG) ![qc](https://user-images.githubusercontent.com/65843311/120456818-9584c200-c3b3-11eb-97d8-0ac1394c9ca4.PNG) How can I solve...

First of all: thanks a lot for the excellent documentation Gluon provides! 🙏 I'm currently migrating a [JavaFX app](https://github.com/beatngu13/pdf-zoom-wizard/) from Java 8 / Oracle Java VM to Java 11 /...

Hi, I am currently trying to build an apk but the build exceeds memory limits. I thought I could manage the memory usage by changing the maximum heap size as...

I am facing issue, with new GraalVM release e.g. 23.x and Gluon-Maven-Plugin-Snapshot! https://github.com/gluonhq/vmone/issues/5 ``` D:\GraalVM-Projects\gluonhq\hello-gluon-ci>mvnw -Pdesktop gluonfx:build gluonfx:package [0.321s][warning][jit,compilation] JVMCI compiler disabled after 11 of 11 upcalls had errors (Last...