From a9ceb846f463788c5ae0f65a2300eb09d07adb97 Mon Sep 17 00:00:00 2001 From: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:52:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae14ec..87e022a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ publishing { ### Spotless The `net.neoforged.gradleutils.spotless` plugin provides integration (a formatter configuration) with Spotless. -This plugin must be applied to the buildscript, as GradleUtils does not apply it automatically. +The Spotless plugin must be manually applied to the buildscript, as GradleUtils does not apply it automatically. This plugin also requires Gradle to run with at least Java 11, much like Spotless does. This plugin provides a `spotlessUtils` extension which has a `configure` method that can be called with the `spotless` extension to configure Spotless and use the formatter configuration provided by GradleUtils: