We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba99d5f commit b78b27bCopy full SHA for b78b27b
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
final projectDisplayName = 'Forge Gradle Utilities'
16
-description = 'Small collection of utilities for standardizing MinecraftForge gradle scripts'
+final projectDescription = description = 'Small collection of utilities for standardizing MinecraftForge gradle scripts'
17
group = 'net.minecraftforge'
18
version = gitversion.tagOffset
19
@@ -61,7 +61,7 @@ gradlePlugin {
61
id = 'net.minecraftforge.gradleutils'
62
implementationClass = 'net.minecraftforge.gradleutils.GradleUtilsPlugin'
63
displayName = projectDisplayName
64
- description = project.description
+ description = projectDescription
65
tags.set(['minecraftforge'])
66
67
changelog {
0 commit comments