Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
/java-redisPublic archive

Commit9e6cbf1

Browse files
fix(java): java 17 dependency arguments (#1266) (#538)
1 parent525b936 commit9e6cbf1

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

‎.github/.OwlBot.lock.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image:gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest:sha256:d4b2141d65566523dfd523f63c6e6899ab1281463bce182a9f600e74b0511875
3+
digest:sha256:a3ac08d167454718ff057b97a1950d3cb5e16fc39fb3f355d90276285a6cac75

‎.kokoro/dependencies.sh‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@ function determineMavenOpts() {
3838
| sed -E's/^(1\.[0-9]\.0).*$/\1/g'
3939
)
4040

41-
case$javaVersionin
42-
"17")
41+
if [[$javaVersion== 17* ]]
42+
then
4343
# MaxPermSize is no longer supported as of jdk 17
4444
echo -n"-Xmx1024m"
45-
;;
46-
*)
45+
else
4746
echo -n"-Xmx1024m -XX:MaxPermSize=128m"
48-
;;
49-
esac
47+
fi
5048
}
5149

5250
export MAVEN_OPTS=$(determineMavenOpts)

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-redis'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-redis:2.0.5'
59+
implementation 'com.google.cloud:google-cloud-redis:2.0.6'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies+="com.google.cloud"%"google-cloud-redis"%"2.0.5"
65+
libraryDependencies+="com.google.cloud"%"google-cloud-redis"%"2.0.6"
6666
```
6767

6868
##Authentication

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp