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 |
|
Ryan Kurtz
|
0095aef095
|
GP-0: Upgrading to jacoco 0.8.8
|
2022-06-21 14:13:37 -04:00 |
|
Anton Kochkov
|
0a81592c23
|
Remove deprecated Gradle features
|
2021-10-22 19:05:09 +08:00 |
|
ghidra1
|
162f203395
|
Updated certification headers
|
2021-03-17 18:22:50 -04:00 |
|
ghidra1
|
3ffcd86f18
|
Removed diagnostic message from jacoco.gradle
|
2020-07-01 14:19:52 -04:00 |
|
adamopolous
|
9b44191509
|
fixed jacoco processing for nightly tests
|
2020-02-21 14:17:28 -05:00 |
|
adamopolous
|
2de421d3f9
|
added gradle dependencies for jacoco tasks
|
2019-11-15 09:54:34 -05:00 |
|
ghidra4
|
7bf9f31c95
|
Moved jacocoReport configs to doFirst
|
2019-04-26 09:22:05 -04:00 |
|
ghidra4
|
cfc51a00ea
|
Gradle jacocoReport and jacocoBranchReport now only use subprojects with Java sourceSets
|
2019-04-24 15:06:39 -04:00 |
|
ghidravore
|
f1e50fb079
|
Major refactoring of the gradle build system.
|
2019-04-23 15:20:26 -04:00 |
|