Skip to content
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

Update java_tools v11.12 #17642

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update distdir_deps.bzl
  • Loading branch information
ShreeM01 authored Mar 1, 2023
commit 0fc8fb1c1f6ac66369bca8b750844b17111a2e21
8 changes: 4 additions & 4 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ DIST_DEPS = {
"used_in": [
"test_WORKSPACE_files",
],
"package_version": "11.11",
"package_version": "11.12",
},
"remote_java_tools_linux": {
"aliases": [
Expand All @@ -409,7 +409,7 @@ DIST_DEPS = {
"used_in": [
"test_WORKSPACE_files",
],
"package_version": "11.11",
"package_version": "11.12",
},
"remote_java_tools_windows": {
"aliases": [
Expand All @@ -425,7 +425,7 @@ DIST_DEPS = {
"used_in": [
"test_WORKSPACE_files",
],
"package_version": "11.11",
"package_version": "11.12",
},
"remote_java_tools_darwin": {
"aliases": [
Expand All @@ -441,7 +441,7 @@ DIST_DEPS = {
"used_in": [
"test_WORKSPACE_files",
],
"package_version": "11.11",
"package_version": "11.12",
},
"remotejdk11_linux": {
"aliases": [
Expand Down