Commit Graph

7 Commits

Author SHA1 Message Date
Sean C. Sullivan 887ae4f6d1 gradle 7.3.3 2022-02-08 11:51:49 +01:00
Sean C. Sullivan be7ddccc6b chore: upgrade to Gradle 7.2 2021-10-19 18:40:42 +02:00
Michael Dowling 8548dc7ab1 Setup cross platform builds of the CLI
This commit adds support for cross platform builds of the CLI using
jlink via each support version of JDK 16 of Amazon Corretto (we'll bump
to JDK 17 when it's available). Each supported build target is built by
downloading the appropriate JDK from Corretto and running jlink.

The Dockerfile has been updated to now use the prebuilt binary for
linux-x86_64, and will now use application class data sharing to improve
CLI startup time in the Docker container.

A couple dependencies were updated, including Gradle, in order to build
on JDK 16. JDK 16 also complained about creating an explicitly boxed
value, so that was addressed too.

Future work should include building signed tar.gz and zip files, creating a
Mac pkg file via jpackage, and creating an msi via jpackage.
2021-06-14 10:16:37 -07:00
JordonPhillips 8076fb72b6 Update gradle to 6.8 2021-01-22 10:48:10 -08:00
Michael Dowling 5c1929c482 Add support for Gradle 6
This commit updates Smithy to build with Gradle 6. Gradle 6 is currently
in RC and not yet stable, so this should not be merged until it's
actually out.

1. Updates to latest version of SpotBugs to fix a build issue.
2. Updated some Checkstyle configuration to work with newer versions of
   CheckStyle.
3. Made minor code style tweaks to please CheckStyle.
2021-01-22 10:48:10 -08:00
Michael Dowling 3f82d06539 Update to Gradle 5.4.1 2019-05-16 15:53:11 -07:00
Michael Dowling f66101301e Initial code commit 2019-03-23 21:58:14 -07:00