Package io.vacco.oss.gitflow
Class GsPluginProfileExtension
- java.lang.Object
-
- io.vacco.oss.gitflow.GsPluginProfileExtension
-
public class GsPluginProfileExtension extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description GsPluginProfileExtension(org.gradle.api.Project project, GsOrgConfig orgConfig, GsBranchCommit commit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClasspathHell()voidaddGoogleJavaFormat()voidaddJ8Spec()voidaddPmd()voidsharedLibrary(boolean publish, boolean internal)voidstrict()
-
-
-
Field Detail
-
name
public static final java.lang.String name
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GsPluginProfileExtension
public GsPluginProfileExtension(org.gradle.api.Project project, GsOrgConfig orgConfig, GsBranchCommit commit)
-
-