You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This Gradle plugin is designed to solve the following problems in the legacy plu
15
15
-[x] Remove any dependency on the Gradle's internal API
16
16
-[x] Solve mutability problem for the build contains multiple projects and/or sourceSet
17
17
-[x] Native Support for [the Parallel Build](https://guides.gradle.org/using-the-worker-api/)
18
-
-[] Native Support for [the Android project](https://developer.android.com/studio/build/gradle-tips)
18
+
-[x] Native Support for [the Android project](https://developer.android.com/studio/build/gradle-tips)
19
19
-[x] Missing user document about how to use extension and task
20
20
21
21
## Usage
@@ -130,7 +130,10 @@ If you want to create and configure `SpotBugsTask` by own, apply the base plugin
130
130
131
131
### Apply to Android project
132
132
133
-
TBU
133
+
Apply this plugin with the `com.android.application` plugin or `com.android.library` plugin to your project,
134
+
then [`SpotBugsTask`](https://spotbugs-gradle-plugin.netlify.com/com/github/spotbugs/snom/spotbugstask) will be generated for each existing variant.
135
+
136
+
If you want to create and configure `SpotBugsTask` by own, apply the base plugin (`com.github.spotbugs-base`) instead, then it won't create tasks automatically.
0 commit comments