Skip to content

Commit 5485145

Browse files
committed
Stop publishing Git Version plugin
For now, the Git Version part of GradleUtils can stay contained within GU itself until 3.0. When Git Version's Gradle plugin is split off into MinecraftForge/GitVersion, it will probably start from version 3.0 itself to accommodate for the fact that there are already versions 2.4.x of it.
1 parent e07adc4 commit 5485145

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build_shared.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ gradlePlugin {
4040
description = 'Small collection of utilities for standardizing our gradle scripts'
4141
tags.set(['minecraftforge'])
4242
}
43-
gitversion {
44-
id = 'net.minecraftforge.gitversion'
45-
implementationClass = 'net.minecraftforge.gradleutils.gitversion.GitVersionPlugin'
46-
displayName = 'Git Version'
47-
description = 'Provides versioning information based on git history and configurable subprojects'
48-
tags.set(['git', 'version'])
49-
}
5043
changelog {
5144
id = 'net.minecraftforge.changelog'
5245
implementationClass = 'net.minecraftforge.gradleutils.changelog.ChangelogPlugin'

0 commit comments

Comments
 (0)