From 5af8470fe3e333007c1c7b211a868f116f403bdf Mon Sep 17 00:00:00 2001 From: izogfif Date: Thu, 7 Mar 2024 09:57:02 +0000 Subject: [PATCH] Typo fix. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1834ed8b0..32f6f02523 100644 --- a/build.gradle +++ b/build.gradle @@ -371,7 +371,7 @@ subprojects { // sourceProject(Project) accepts a project and adds it as a dependency in a special manner: // 1. force evaluation of the project first // 2. add the project classes as "compileOnly" and make it available to tests in "testImplementation" - // 3. add the project's depedencies as "implementation" + // 3. add the project's dependencies as "implementation" // 4. remove any transitive reference of any sourceProject depenency that may have appeared // 5. add the project's classes to the final jar // Other nice effects (vs shadowJar)