com.adaptc.gradle.moabsdk.extensions.PluginProjectExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moab-sdk Show documentation
Show all versions of moab-sdk Show documentation
Gradle plugins comprising a plugin SDK for Moab.
package com.adaptc.gradle.moabsdk.extensions
/**
*
* @author bsaville
*/
class PluginProjectExtension {
String title
String description
String author
File projectFile
def projectClassInstance
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy