@@ -18,7 +18,7 @@ genrule(
18
18
" --version_file $(location VERSION_JDK11_LEGACY.txt)" +
19
19
" --dependencies_file $(location DEPENDENCIES_JDK11_LEGACY.txt)" +
20
20
" --out $@" ,
21
- exec_tools = [":build_maven_artifact" ],
21
+ tools = [":build_maven_artifact" ],
22
22
)
23
23
24
24
genrule (
@@ -35,7 +35,7 @@ genrule(
35
35
" --version_file $(location VERSION_JDK11_MINIMAL.txt)" +
36
36
" --dependencies_file $(location DEPENDENCIES_JDK11_MINIMAL.txt)" +
37
37
" --out $@" ,
38
- exec_tools = [":build_maven_artifact" ],
38
+ tools = [":build_maven_artifact" ],
39
39
)
40
40
41
41
genrule (
@@ -52,7 +52,7 @@ genrule(
52
52
" --version_file $(location VERSION_JDK11.txt)" +
53
53
" --dependencies_file $(location DEPENDENCIES_JDK11.txt)" +
54
54
" --out $@" ,
55
- exec_tools = [":build_maven_artifact" ],
55
+ tools = [":build_maven_artifact" ],
56
56
)
57
57
58
58
genrule (
@@ -69,7 +69,7 @@ genrule(
69
69
" --version_file $(location VERSION_JDK11_NIO.txt)" +
70
70
" --dependencies_file $(location DEPENDENCIES_JDK11_NIO.txt)" +
71
71
" --out $@" ,
72
- exec_tools = [":build_maven_artifact" ],
72
+ tools = [":build_maven_artifact" ],
73
73
)
74
74
75
75
py_binary (
0 commit comments