Skip to content

Commit

Permalink
build: Build sources and docs jar for jazzer-api and jazzer-junit
Browse files Browse the repository at this point in the history
  • Loading branch information
zgtm committed Dec 20, 2024
1 parent 6352db6 commit e7de0f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deploy/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ java_export(
],
maven_coordinates = "com.code-intelligence:jazzer-api:$(JAZZER_VERSION)",
pom_template = "//deploy:jazzer-api.pom",
tags = ["no-sources"],
toolchains = [":jazzer_version"],
visibility = ["//visibility:public"],
runtime_deps = ["//src/main/java/com/code_intelligence/jazzer/api"],
Expand Down Expand Up @@ -89,12 +88,6 @@ java_export(
],
maven_coordinates = "com.code-intelligence:jazzer-junit:$(JAZZER_VERSION)",
pom_template = "jazzer-junit.pom",
tags = [
"no-sources",
# Generating javadocs breaks the build due to weird dependency issues.
# Deactivate it for now.
"no-javadocs",
],
toolchains = [":jazzer_version"],
visibility = ["//visibility:public"],
runtime_deps = [
Expand Down

0 comments on commit e7de0f9

Please sign in to comment.