mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-6385: Some more gradle tweaks
This commit is contained in:
@@ -93,7 +93,7 @@ else {
|
||||
* Force all project compile classpaths to be resolved at configuration time.
|
||||
*********************************************************************************/
|
||||
allprojects {
|
||||
afterEvaluate {
|
||||
gradle.taskGraph.whenReady {
|
||||
configurations.matching { it.name.endsWith("compileClasspath") }.all { cfg ->
|
||||
if (cfg.canBeResolved) {
|
||||
try {
|
||||
@@ -107,7 +107,7 @@ allprojects {
|
||||
/*********************************************************************************
|
||||
* Store :MarkdownSupport ClassPath to fix issues with Gradle 9.
|
||||
*********************************************************************************/
|
||||
ext.mdDeps = []
|
||||
ext.markdownDeps = []
|
||||
|
||||
/*********************************************************************************
|
||||
* Imports
|
||||
|
||||
Reference in New Issue
Block a user