GP-3430 - Updated the gradle buildHelp task to better handle its inputs up-do-date state

This commit is contained in:
dragonmacher
2023-06-06 15:25:25 -04:00
parent 0d71657d05
commit a7668c7f85
32 changed files with 690 additions and 266 deletions

View File

@@ -24,8 +24,5 @@ eclipse.project.name = 'Features BytePatterns'
dependencies {
api project(':Base')
api project(':Utility')
helpPath project(path: ":Base", configuration: 'helpPath')
api project(':Utility')
}