Skip to content

Commit 981f06c

Browse files
Merge pull request #6 from iirina:new-configs
PiperOrigin-RevId: 256669711 Change-Id: Ia3510e6218ad0dce4bcb7addec558f32ea1e2604
2 parents f2554ce + 6a335f2 commit 981f06c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

java/constraints/BUILD

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ constraint_value(
3131
constraint_setting = ":runtime",
3232
)
3333

34+
constraint_value(
35+
name = "jdk12",
36+
constraint_setting = ":runtime",
37+
)
38+
3439
constraint_setting(name = "language")
3540

3641
# visibility
@@ -43,3 +48,23 @@ constraint_value(
4348
name = "java8",
4449
constraint_setting = ":language",
4550
)
51+
52+
constraint_value(
53+
name = "java9",
54+
constraint_setting = ":language",
55+
)
56+
57+
constraint_value(
58+
name = "java10",
59+
constraint_setting = ":language",
60+
)
61+
62+
constraint_value(
63+
name = "java11",
64+
constraint_setting = ":language",
65+
)
66+
67+
constraint_value(
68+
name = "java12",
69+
constraint_setting = ":language",
70+
)

0 commit comments

Comments
 (0)