Skip to content

Commit 950736b

Browse files
fwaibeliloveeclipse
authored andcommitted
Update gradle.rst
Remove duplicate these
1 parent 17407b5 commit 950736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gradle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This Gradle Plugin introduces two tasks: `spotbugsMain` and `spotbugsTest`.
1818
`spotbugsMain` task runs SpotBugs for your production Java source files. This task depends on `classes` task.
1919
`spotbugsTest` task runs SpotBugs for your test Java source files. This task depends on `testClasses` task.
2020

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

2323
Configure Gradle Plugin
2424
-----------------------

0 commit comments

Comments
 (0)