Commit graph

17 commits

Author SHA1 Message Date
Ryan Kurtz 9e4ea632c7 GP-3130: Eclipse now recognizes test source folders 2023-02-23 10:08:17 -05:00
Ryan Kurtz d9a6dbecbf Merge remote-tracking branch 'origin/patch' 2023-02-22 07:21:28 -05:00
endrin 69f6dae46f Fix several Gradle 8.x compatibility issues
Addressed the following deprecations:

* [JacocoMerge task removed:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#jacocomerge_task_removed)
deleted jacocoMerge task, moved its inputs to jacocoReport.
* [`classifier` property removed from archive tasks:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#abstractarchivetask_api_cleanup)
replaced `classifier` calls with `archiveClassifier.set`.
* [execResult getter property removed from exec tasks:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#abstractexectask_api_cleanup)
replaced with `executionResult.get`.
2023-02-22 06:55:47 -05:00
Eric Kilmer dc9c6724e1
gradle: Fix compile classpath for scripts sourceSet 2023-02-12 14:05:52 -05:00
Eric Kilmer 331b1a9271
gradle: Fix screenShotsImplementation typo 2023-02-06 13:25:11 -05:00
Ryan Kurtz d2883bbb8c GP-2167: Removing JMockit jar dependency 2022-06-18 03:38:48 -04:00
Ryan Kurtz 22bd993a40 GP-1993: Upgrading hamcrest to 2.2 2022-05-06 13:18:04 -04:00
GameCubeGBA 041465efc8
Remove workaround for old Gradle version we don't support anymore
Since we now use Gradle version 6 and up, and the GitHub issue attached to the bug was resolved in Gradle 5.6.3, we don't need this workaround code anymore.
2022-01-08 12:12:05 -05:00
Ryan Kurtz 3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
ghidra1 162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
Ryan Kurtz b9e2017fde GT-3127: Gradle 5.6 support. 2019-09-03 13:51:30 -04:00
adamopolous aee9b170eb GT-3062: code review fixes (closes #875) 2019-08-06 16:45:18 -04:00
adamopolous 54f61b03c5 GT-3062: updated screenshot config to extend test/integrationTest 2019-08-05 13:31:31 -04:00
ghidra1 dd15435371 Added P-Code Test framework to facilitate semantic verification through
emulation
2019-06-25 09:37:15 -04:00
ghidra4 77d711dbce testJar and integrationTestJar task now produce jar files with different names 2019-04-30 12:31:09 -04:00
ghidravore 1f82aa5e8e a few more gradle fixes 2019-04-29 15:28:16 -04:00
ghidravore f1e50fb079 Major refactoring of the gradle build system. 2019-04-23 15:20:26 -04:00