From b03734e0543c6b6733f40b992e537f75701e2a41 Mon Sep 17 00:00:00 2001 From: Goooler Date: Wed, 5 Mar 2025 17:56:04 +0800 Subject: [PATCH] Remove comments --- docs/application-plugin/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/application-plugin/README.md b/docs/application-plugin/README.md index 3f0cae321..07c597137 100644 --- a/docs/application-plugin/README.md +++ b/docs/application-plugin/README.md @@ -9,7 +9,6 @@ configured to contain the `Main-Class` attribute with the value specified in the === "Kotlin" ```kotlin - // Using Shadow with Application Plugin plugins { java application @@ -23,7 +22,6 @@ configured to contain the `Main-Class` attribute with the value specified in the === "Groovy" ```groovy - // Using Shadow with Application Plugin plugins { id 'java' id 'application' @@ -45,7 +43,6 @@ It can be configured the same as any other `JavaExec` task. === "Kotlin" ```kotlin - // Configuring the runShadow Task plugins { java application @@ -63,7 +60,6 @@ It can be configured the same as any other `JavaExec` task. === "Groovy" ```groovy - // Configuring the runShadow Task plugins { id 'java' id 'application' @@ -96,7 +92,6 @@ You can also add more files into the distribution like: === "Kotlin" ```kotlin - // Add extra files to the distribution plugins { java application @@ -122,7 +117,6 @@ You can also add more files into the distribution like: === "Groovy" ```groovy - // Add extra files to the distribution plugins { id 'java' id 'application'