[BUG] [Service] missing settings.gradle under tools\tool-cldr-extractor #651
Closed
Description
Describe the bug
When try to compile a formatting pattern jar package under tools\tool-cldr-extractor, it always fails, due to miss settings.gradle file.
To Reproduce
Steps to reproduce the behavior:
- Git clone the latest Singleton Service code
- Go to g11n-ws\tools\tool-cldr-extractor
- Run
gradle build
- See error
Project directory '.\singleton\g11n-ws\tools\tool-cldr-extractor' is not part of the build defined by settings file 'D:\git\github\singleton\g11n-ws\settings.gradle'. If this is an unrelated build, it must have its own settings file.
Expected behavior
Everything runs well, and the formmating pattern jar package is generated well.
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA