Skip to content

Commit a4f52a5

Browse files
committed
exclude annotation class from javadoc within realtime-android module
1 parent 9234e7e commit a4f52a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android-sdk/realtime-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ android.libraryVariants.all { variant ->
5050
exclude '**/BuildConfig.java'
5151
exclude '**/R.java'
5252
exclude 'cn/leancloud/utils/**'
53+
exclude 'cn/leancloud/annotation/**'
5354
}
5455
def name = variant.buildType.name
5556
def task = project.tasks.create "jar${name.capitalize()}", Jar

0 commit comments

Comments
 (0)