Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 5, 2025
1 parent 1b746de commit b03734e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/application-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand All @@ -45,7 +43,6 @@ It can be configured the same as any other `JavaExec` task.

=== "Kotlin"
```kotlin
// Configuring the runShadow Task
plugins {
java
application
Expand All @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit b03734e

Please sign in to comment.