Class GitSemVer
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public final class GitSemVer implements Plugin<Project>A Plugin for comuting the project version based on the status of the local git repository.
-
-
Constructor Summary
Constructors Constructor Description GitSemVer(ProviderFactory providerFactory, ObjectFactory objectFactory)
-