Skip to content

Commit e7de0f9

Browse files
committed
build: Build sources and docs jar for jazzer-api and jazzer-junit
1 parent 6352db6 commit e7de0f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deploy/BUILD.bazel

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)