File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33 <extension >
44 <groupId >io.spring.develocity.conventions</groupId >
55 <artifactId >develocity-conventions-maven-extension</artifactId >
6- <version >0.0.19 </version >
6+ <version >0.0.22 </version >
77 </extension >
88</extensions >
Original file line number Diff line number Diff line change 1+ --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2+ --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3+ --add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
4+ --add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
5+ --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
6+ --add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
7+ --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
8+ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9+ --add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10+ --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ docker.mongodb.8.0.version=8.0.0
1616# Supported versions of Redis
1717docker.redis.6.version =6.2.13
1818docker.redis.7.version =7.2.4
19- docker.valkey.8.version =8.0.2
2019
2120# Supported versions of Cassandra
2221docker.cassandra.3.version =3.11.16
You can’t perform that action at this time.
0 commit comments