Commit graph

33 commits

Author SHA1 Message Date
Nicholas Gates
2ff61c134d
Upgrade the world (#481) 2022-06-20 09:48:27 +00:00
Jorge
813f9a85da
Support Java 17 for GraalVM 21.3.0 (#455) 2021-10-25 18:58:20 +00:00
Jorge
0e0208da7e
Support Java 16 for Graal 21.1.0 (#432) 2021-06-08 21:02:38 +00:00
Excavator Bot
2860547770
Excavator: Upgrade gradle wrapper to the latest version (#416) 2021-04-06 13:02:11 +00:00
Dennis Dierkes
dac18d3bfe
Bump default graal version to 20.2.0 (#396)
* Bump default graal version to 20.2.0

This fixes a problem with projects that make use of the kotlin coroutines.
More details: https://github.com/oracle/graal/issues/366

* Add changelog
2020-10-29 15:36:34 +00:00
Mariano de Achaval
3c87deed6e
Fixes #352 and also fixes #344 (#353) 2020-06-01 14:47:21 +00:00
Daniel Mühlbachler
7e9bcf1bbd
fix #239 - add property javaVersion to support GraalVM 19.3+ (#255)
* fix #239 - add property javaVersion to support GraalVM 19.3+

* fix download / tests that use the new Java version cache subdir

* fix #239 - use VS 2019 for Java 11+ and add Java 11 E2E tests

* fix #239 - add options to specify VS path

* fix #239 - require JDK 8 and JDK 11 tests

* add automatic detection of Visual Studio installation

* update readme.md for the new GraalVM 19.3+ support

* fix #239 - autodetect vs path and throw exception

* fix #239 - detect vs vars path but fail when needed

* fix #239 - rename VS and Windows related variables and method to contain windows for clarity

* format

* changelog

Co-authored-by: David Kirstein <dak@batix.com>
Co-authored-by: Cosmin Polifronie <cosmin.polifronie@gmail.com>
Co-authored-by: Carter Kozak <ckozak@ckozak.net>
2020-05-18 16:16:39 +00:00
Excavator Bot
3b529d9789
Excavator: Format Java files (#332) 2020-04-06 23:00:13 +00:00
Excavator Bot
170da3c359 Excavator: Upgrades Baseline to the latest version (#228) 2019-11-15 18:53:16 +00:00
Excavator Bot
a74bcc6845 Excavator: Upgrades Baseline to the latest version (#187) 2019-09-24 13:36:30 +00:00
Carter Kozak
1162369a0a Remove unnecessary dependencies to fix builds. (#194)
Remove unnecessary dependencies to fix builds.
2019-09-19 17:59:43 +00:00
Carter Kozak
b2573272dc Upgrade default GraalVM to 19.2.0 (from 19.0.2) (#170)
Upgrade default GraalVM to 19.2.0 (from 19.0.2)
2019-09-11 19:41:51 +00:00
David Kirstein
58db239838 Add Windows support (#127) 2019-08-23 17:46:18 +01:00
Excavator Bot
859bf45cbb Excavator: Upgrades Baseline to the latest version (#136) 2019-08-01 21:34:01 -04:00
Carter Kozak
b5567e4516 Update default GraalVM version to 19.0.2 (was 1.0.0-rc12) (#119) 2019-08-01 21:07:54 -04:00
Carter Kozak
88e22b8164 [updated] Changed artifact download URL pattern to match the new GraalVM CE release 19.0.0 TGZ file name standard (#118) 2019-06-28 15:13:50 +00:00
Robert Fink
86f584d1a6 Always set output name parameter last (#65)
The native-image binary supports "macro" options that can expand to
several other options. For instance, the `--language` option also sets
the `H:Name` option, thus overriding any earlier `H:Name` paramters.
After this change, we always set the `H:Name` option last so that the
Gradle configuration for `outputName` wins.
2019-03-04 16:16:17 +00:00
Mariano de Achaval
5d272dfc8e Fixes #30. Add support for shared library (#60) 2019-03-02 09:47:27 +01:00
Carter Kozak
9fdbd5a909 Upgrade the default graal version to 1.0-RC12 (was 1.0-RC11) (#52)
Release notes:
https://www.graalvm.org/docs/release-notes/#10-rc12
2019-02-07 13:39:41 +00:00
Carter Kozak
f6d8fd4277 Upgrade the default graal build to 1.0.0-rc11 from 1.0.0-rc9 (#48)
https://www.graalvm.org/docs/release-notes/#10-rc11
2019-01-18 13:35:19 +00:00
Excavator Bot
4ee73eb657 Excavator: Upgrades gradle wrapper to the latest version (#40) 2019-01-10 17:28:20 -05:00
Excavator Bot
f8a076b32c Excavator: Upgrade dependencies (#38) 2019-01-10 17:04:36 -05:00
Excavator Bot
459f36964c Excavator: Upgrades gradle wrapper to the latest version (#30) 2018-11-28 12:34:44 -05:00
Mark Elliot
7f884ba02b Upgrade to latest GraalVM (#27) 2018-11-06 09:30:38 +01:00
Mark Elliot
4155cf9873 Bump default GraalVM version to RC8 (#23) 2018-11-01 10:06:02 +00:00
Mariano de Achaval
6ce3c58bb6 Add support for additional native-image command line options (#22) 2018-10-23 19:40:20 +03:00
iamdanfox
b97444e036
Follow-up to #17 (#18) 2018-10-02 22:56:25 +01:00
iamdanfox
7d2d672697
[pure-refactor] Make everything incremental, fix custom version bugs (#17) 2018-10-02 22:44:14 +01:00
Mark Elliot
ae7711f0cc
Configure CircleCI to cache downloads for check task (#10) 2018-09-06 14:26:31 -07:00
Mark Elliot
7641b9a278
Update default to latest Graal version (#8) 2018-09-05 16:10:18 -07:00
Mark Elliot
2b54c0294a
Correctly extract specified version of Graal (#6) 2018-09-05 10:42:14 -07:00
Mark Elliot
31680950eb
Do not extract GraalVM tar if already extracted (#4) 2018-08-30 10:11:34 -07:00
Mark Elliot
5ed8a8d140 Create a basic wrapper around Graal and support the native-image task 2018-08-29 18:12:56 -07:00