Skip to content

Commit

Permalink
Description update
Browse files Browse the repository at this point in the history
  • Loading branch information
viswaramamoorthy committed Jul 26, 2017
1 parent 18b0d5e commit 9cff955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# gradle-util-plugins

When classpath for Gradle JavaExec task is long, Windows command executions give error because limitation to length of command line 32K.
When classpath for a Gradle JavaExec task is long, Windows command executions give error because of limitation to command line length greater than 32K.

With large number of classpath dependencies in a large project, this would a stopping error. To solve this issue, use ManifestClasspath plugin.
With a number of classpath dependencies in a large project, typically JavaExec Gradle task fails with error "The filename or extension is too long" and this would be a stopping error. To solve this issue, use ManifestClasspath plugin.

ManifestClasspath plugin creates a manifest jar for jars files in classpath for JavaExec task and sets the classpath with manifest jar.
ManifestClasspath plugin creates a manifest jar for jar files in the classpath of JavaExec task and sets the classpath with manifest jar.

### Usage

Expand Down

0 comments on commit 9cff955

Please sign in to comment.