Skip to content

Commit

Permalink
fix typo pointed by MartyIX
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored and iloveeclipse committed Aug 31, 2017
1 parent 8d9de56 commit 1318e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Please follow instruction found on `official Gradple Plugin page <https://plugin
Tasks introduced by this Gradle Plugin
--------------------------------------

This Gradle Plugin introduces two tasks: `spotbugsMain and `spotbugsTest.
This Gradle Plugin introduces two tasks: `spotbugsMain` and `spotbugsTest`.

`spotbugsMain` task runs SpotBugs for your production Java source files. This task depends on `classes` task.
`spotbugsTest` task runs SpotBugs for your test Java source files. This task depends on `testClasses` task.

SpotBugs Gradle Plugin adds task dependency from `check` to these these tasks, so you can simly run ``./gradlew check`` to run SpotBugs.
SpotBugs Gradle Plugin adds task dependency from `check` to these these tasks, so you can simply run ``./gradlew check`` to run SpotBugs.

Configure Gradle Plugin
-----------------------
Expand Down

0 comments on commit 1318e73

Please sign in to comment.