File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ java_export(
3838 ],
3939 maven_coordinates = "com.code-intelligence:jazzer-api:$(JAZZER_VERSION)" ,
4040 pom_template = "//deploy:jazzer-api.pom" ,
41- tags = ["no-sources" ],
4241 toolchains = [":jazzer_version" ],
4342 visibility = ["//visibility:public" ],
4443 runtime_deps = ["//src/main/java/com/code_intelligence/jazzer/api" ],
@@ -89,12 +88,6 @@ java_export(
8988 ],
9089 maven_coordinates = "com.code-intelligence:jazzer-junit:$(JAZZER_VERSION)" ,
9190 pom_template = "jazzer-junit.pom" ,
92- tags = [
93- "no-sources" ,
94- # Generating javadocs breaks the build due to weird dependency issues.
95- # Deactivate it for now.
96- "no-javadocs" ,
97- ],
9891 toolchains = [":jazzer_version" ],
9992 visibility = ["//visibility:public" ],
10093 runtime_deps = [
You can’t perform that action at this time.
0 commit comments