Skip to content

Commit 8e1d6a6

Browse files
authored
Merge pull request #1848 from GoogleContainerTools/java-build-alphabets
Order generated java archive rules
2 parents eec5929 + db43872 commit 8e1d6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update_java_archives.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ EOM
6767
cat << EOM
6868
java.archive(
6969
name = "temurin21_${variant}_${arch_deb}",
70+
architecture = "${arch_deb}",
71+
plain_version = "${plain_version}",
7072
sha256 = "${sha256}",
7173
strip_prefix = "${release_name}${strip_prefix_suffix}",
7274
urls = ["${archive_url}"],
7375
version = "${version}",
74-
plain_version = "${plain_version}",
75-
architecture = "${arch_deb}",
7676
)
7777
EOM
7878

0 commit comments

Comments
 (0)