-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove deprecated call to flatDoc.normalize #7011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,3 +138,12 @@ def tensorboard_workspace(name = ""): | |
], | ||
licenses = ["notice"], # Apache 2.0 | ||
) | ||
|
||
java_import_external( | ||
name = "org_jsoup_external", | ||
jar_sha256 = "436adf71fe9f326e04fe134cd2785b261f0f4b9b60876adda1de3b6919463394", | ||
jar_urls = [ | ||
"https://jsoup.org/packages/jsoup-1.21.1.jar", | ||
arcra marked this conversation as resolved.
Show resolved
Hide resolved
|
||
], | ||
licenses = ["reciprocal"], # BSD 3-clause, ICU, MPL 1.1, libpng (BSD/MIT-like), Academic Free License v. 2.0, BSD 2-clause, MIT | ||
|
||
) |
Uh oh!
There was an error while loading. Please reload this page.