Lazar Mitrović

Results 7 issues of Lazar Mitrović

It can be a bit tricky for the end users to download and configure GraalVM. We can automate this process by providing an artifact that downloads and configures GraalVM and...

enhancement
discussion

ATM there is a lot of `forUseAtConfigurationTime`, `JavaPluginConvention` etc. scattered throughout Native Gradle Plugin. We should get rid of them before the Gradle 8.0 release (whenever that might be).

enhancement
gradle-plugin

Similar to #230 for Gradle plugin, we should implement something similar for the Maven plugin: ```xml true standard test path-to-filter.json path-to-another-filter.json config-output-dir={output_dir} experimental-configuration-with-origins filter.json filter.json true true false false true...

enhancement
maven-plugin

This is a draft PR that tries to tackle fixing of snapshot publishing. I replaced `jgit` dependency with shell invocation of `git` executable itself in order to workaround issues with...

oracle-emp

ATM we are running tests only on Ubuntu 18.04 Linux. We should change that in order to have a complete test and regression coverage. See [docs](https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix ) for more information....

enhancement

If Gradle is installed via Snap on Ubuntu, it will be under confinement, and thus unable to detect GraalVM installation. ```bash $ gradle nativeTest > Task :nativeTestBuild FAILED FAILURE: Build...

gradle-bug
gradle-plugin