Skip to content

Commit

Permalink
Merge branch 'master' of github.com:google/mug
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 30, 2023
2 parents 7f20371 + e10a1c6 commit c29cd43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mug-errorprone/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ junit_tests(
deps = [
":errorprone",
"//mug:format",
"//mug-guava:safe_sql",
"@maven//:com_google_guava_guava",
"@maven//:com_google_guava_guava_testlib",
"@maven//:com_google_truth_truth",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
<executions>
<!-- always deploy sources on Nexus -->
Expand Down

0 comments on commit c29cd43

Please sign in to comment.