mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02:00
Change java launcher to JDK for module/*
Per https://groups.google.com[]forum/#!topic/[]-discuss/NfejII_D5dA, a default launcher change broke our GAE-deployed services. Tested in alpha with no issues. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119790722
This commit is contained in:
parent
7c4b80f4d9
commit
27c034c080
3 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,7 @@ java_library(
|
||||||
java_binary(
|
java_binary(
|
||||||
name = "backend_jar",
|
name = "backend_jar",
|
||||||
create_executable = 0,
|
create_executable = 0,
|
||||||
|
launcher = "//third_party/java/jdk:jdk_launcher",
|
||||||
runtime_deps = [
|
runtime_deps = [
|
||||||
":backend",
|
":backend",
|
||||||
"//java/com/google/domain/registry/monitoring/whitebox", # MetricsTaskServlet
|
"//java/com/google/domain/registry/monitoring/whitebox", # MetricsTaskServlet
|
||||||
|
|
|
@ -34,6 +34,7 @@ java_library(
|
||||||
java_binary(
|
java_binary(
|
||||||
name = "frontend_jar",
|
name = "frontend_jar",
|
||||||
create_executable = 0,
|
create_executable = 0,
|
||||||
|
launcher = "//third_party/java/jdk:jdk_launcher",
|
||||||
runtime_deps = [
|
runtime_deps = [
|
||||||
":frontend",
|
":frontend",
|
||||||
"//java/com/google/domain/registry/ui/server/api", # CheckApiServlet
|
"//java/com/google/domain/registry/ui/server/api", # CheckApiServlet
|
||||||
|
|
|
@ -35,6 +35,7 @@ java_library(
|
||||||
java_binary(
|
java_binary(
|
||||||
name = "tools_jar",
|
name = "tools_jar",
|
||||||
create_executable = 0,
|
create_executable = 0,
|
||||||
|
launcher = "//third_party/java/jdk:jdk_launcher",
|
||||||
runtime_deps = [
|
runtime_deps = [
|
||||||
":tools",
|
":tools",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue