de.akii.commercetools.api.customtypes
Owner: Philipp Maier
Gradle Plugin that generates type-safe models for product-types and other custom types defined in commercetools projects
https://github.com/Akii/commercetools-sdk-java-v2-custom-types
Sources: https://github.com/Akii/commercetools-sdk-java-v2-custom-types
Version 1.6.3
1.6.3
Created 14 July 2023.
Gradle Plugin that generates type-safe models for product-types and other custom types defined in commercetools projects
Add this plugin to your build using the plugins DSL:
plugins {
id("de.akii.commercetools.api.customtypes") version "1.6.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.akii.commercetools:commercetools-sdk-java-api-customtypes-gradle-plugin:1.6.3") } } apply(plugin = "de.akii.commercetools.api.customtypes")
- Applying plugins to all subprojects .