fixed source exclusion

This commit is contained in:
Dario Ghunney Ware 2025-06-09 15:50:19 +01:00
parent 91ed7a45ca
commit c0685fb638

View File

@ -52,7 +52,7 @@ sourceSets {
}
if (System.getenv('STIRLING_PDF_DESKTOP_UI') == 'false') {
exclude 'stirling/software/SPDF/UI/impl/**'
exclude '**/stirling/software/SPDF/UI/impl/**'
}
}
@ -67,7 +67,7 @@ sourceSets {
}
if (System.getenv('STIRLING_PDF_DESKTOP_UI') == 'false') {
exclude 'stirling/software/SPDF/UI/impl/**'
exclude '**/stirling/software/SPDF/UI/impl/**'
}
}
}