[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove obsolete kokoro configs and update DocFX profile #1934

Merged
merged 10 commits into from
Mar 25, 2024
Prev Previous commit
Next Next commit
fix dependencies script
  • Loading branch information
alicejli committed Mar 22, 2024
commit 1eb76920c6f9d004b3cc2bf103cc070f9c20f0a4
2 changes: 1 addition & 1 deletion .kokoro/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function determineMavenOpts() {
| sed -E 's/^(1\.[0-9]\.0).*$/\1/g'
)

if [[ $javaVersion == 17* ]]
if [[ $javaVersion -ge 17* ]]
then
# MaxPermSize is no longer supported as of jdk 17
echo -n "-Xmx1024m"
Expand Down
Loading