This project is currently work in progress and only used by a few customers. Tasks might not be stable yet and could change without further notice.
This plugin converts the trustbadge-config.json file for Trustbadge into a set of resources that the Trustbadge library can use. It is primarily used for the Trustbadge library on Android.
Add the following to your project's settings.gradle:
pluginManagement {
repositories {
gradlePluginPortal()
}
}
Apply the plugin in your app's build.gradle:
plugins {
id("de.trustedshops.gradle.trustbadge.config.produce") version "(insert version here)"
}