File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,13 @@ function determineMavenOpts() {
38
38
| sed -E ' s/^(1\.[0-9]\.0).*$/\1/g'
39
39
)
40
40
41
- case $javaVersion in
42
- " 17 " )
41
+ if [[ $javaVersion == 17 * ]]
42
+ then
43
43
# MaxPermSize is no longer supported as of jdk 17
44
44
echo -n " -Xmx1024m"
45
- ;;
46
- * )
45
+ else
47
46
echo -n " -Xmx1024m -XX:MaxPermSize=128m"
48
- ;;
49
- esac
47
+ fi
50
48
}
51
49
52
50
export MAVEN_OPTS=$( determineMavenOpts)
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-bigtable.git",
7
- "sha": "d2e03d20ae19538c2313b04ab9ada8fbc008f9f8 "
7
+ "sha": "6e64e455180e0f51d2a189c750556708033b739f "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "d45942be8066ad57bd0509f4a16e1fac78ecc50f "
22
+ "sha": "cb2755306975de4c54ea549c9deb25703b3731bb "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments