3.0 - API restructuring and Deprecation removals #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GradleUtils 3.0 refocuses itself on being a lightweight Gradle plugin with the intent of providing some additional functionality for consumers.
PomUtils
in GradleUtils has optional functionality with thegitversion
plugin, but is not required for the plugin to work and apply correctly. SeePomUtils#addRemoteDetails(MavenPublication)
.Still heavily work-in-progress, and also see #19 for the idea of moving the
gitversion
andchangelog
plugins to MinecraftForge/GitVersion.