NewPipeExtractor/settings.gradle
Thilo Kogge 18572da79d removed use of reflection in PatternsManager.java. For this the Code to generate the Localization files was extracted into its own submodule.
The generator now also creates a class that Holds a Map of all Localizations for the timeago-parser.
2025-03-27 19:39:33 +01:00

2 lines
96 B
Groovy

include 'extractor', 'timeago-parser', 'timeago-generator'
rootProject.name = 'NewPipeExtractor'