File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ function determineMavenOpts() {
3838 | sed -E ' s/^(1\.[0-9]\.0).*$/\1/g'
3939 )
4040
41- if [[ $javaVersion == 17* ]]
41+ if [[ $javaVersion == 17* ]]
4242 then
4343 # MaxPermSize is no longer supported as of jdk 17
4444 echo -n " -Xmx1024m"
4545 else
4646 echo -n " -Xmx1024m -XX:MaxPermSize=128m"
4747 fi
48-
4948}
5049
5150export MAVEN_OPTS=$( determineMavenOpts)
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-spanner.git",
7- "sha": "b6a35acb132e5cdb73f1365c0a937759a6d3a73f "
7+ "sha": "e52dfc49c11490703f5e8689f6012752841b77b7 "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "d45942be8066ad57bd0509f4a16e1fac78ecc50f "
22+ "sha": "cb2755306975de4c54ea549c9deb25703b3731bb "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments