Commit Graph

4 Commits

Author SHA1 Message Date
Joshua Darnell 6228cc4251
Issue #148: Update Gradle to 7+ (#149)
* #148: Updated syntax for Gradle commands

* #148: Upgraded to Gradlew 7

* #148: Updated Gradlew wrapper to v8.0.2

* #148: Upgraded Gradle to 8.0.2 locally, 7+ in Docker

---------

Co-authored-by: darnjo <josh@reso.org>
2023-03-07 15:05:33 -08:00
Joshua Darnell 9c67fe14c5
145 add support for Apple Silicon (#146)
* #145: Update Gradle, Wrapper, and GradleDockerfile

* #145: Updated GradleDockerfile

---------

Co-authored-by: darnjo <josh@reso.org>
2023-02-07 15:24:10 -08:00
Joshua Darnell abc27aa9df
Issue #129: Create file copy gradle tasks for automated testing (#136)
* Issue #129: Added Temp Configs for Docker Image

* #129: Updated GradleDockerfile

* #129: Added build scripts and Docker file for automated builds

* #129: Updated Docker container and resoCommander.sh

* #129: Added test command

* #129: Added gradle.properties with updated memory max

* #129: Added preparation step to build.gradle

* #129: Added automated testing container handling
2022-09-28 10:00:43 -07:00
Joshua Darnell c6457d5329
Updated configurations and removed Cucumber Reports (#81)
- Removed all Cucumber Reporting steps and code, updated README to reflect the removal.
- Moved all output files to `build/certification` within the project directory and put them under results, reports, and cucumberJson (for downstream Cucumber Reporting plugins, such as that in Jenkins).
- Addded GradleDocker config file so containers may be built that specifically run Docker tasks.
- Added GitHub Workflow to add a GradleDocker image to the GitHub Docker registry on commit to main.
- Reorganized and updated README.
- removed additional --strict flags in Cucumber JVM (since they're deprecated).
- Fixed issue with synonym checker not running in when `-Dstrict=true` is passed.
- Separated payloads and IDX backing glue code.
2021-07-19 07:47:12 -07:00