Skip to content

Commit b78b27b

Browse files
committed
Don't reference project in plugin declaration
1 parent ba99d5f commit b78b27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
final projectDisplayName = 'Forge Gradle Utilities'
16-
description = 'Small collection of utilities for standardizing MinecraftForge gradle scripts'
16+
final projectDescription = description = 'Small collection of utilities for standardizing MinecraftForge gradle scripts'
1717
group = 'net.minecraftforge'
1818
version = gitversion.tagOffset
1919

@@ -61,7 +61,7 @@ gradlePlugin {
6161
id = 'net.minecraftforge.gradleutils'
6262
implementationClass = 'net.minecraftforge.gradleutils.GradleUtilsPlugin'
6363
displayName = projectDisplayName
64-
description = project.description
64+
description = projectDescription
6565
tags.set(['minecraftforge'])
6666
}
6767
changelog {

0 commit comments

Comments
 (0)