diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 82ff57a..1cdc0d4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ subprojects { ext { pluginVersion = '1.1.0' - pluginDesc = 'Spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' + pluginDescription = 'Spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' } sourceCompatibility = 1.8 |