gradle-properties-plugin icon indicating copy to clipboard operation
gradle-properties-plugin copied to clipboard

Gradle plugin to simplify loading project properties from external environment specific files

Results 12 gradle-properties-plugin issues
Sort by recently updated
recently updated
newest added

When I applied this plugin for project, I debuged and comfirm if the plugin run the registerTaskListener, some tasks will failed. When I comment this line code, the task result...

I have pretty classic multi modules gradle project: ── api_test │ ... │ └── build.gradle ── ui_test │ ... │ └── build.gradle └── settings.gradle In **ui_test** module in _build.gradle_ file...