File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ reference on how to build Gerrit using Bazel.
7878Gerrit 3.3 is distributed for Java 11 only. However, the source code is compatible
7979with Java 8 assuming you build it from the source repository by yourself.
8080
81- The GitHub plugin can be built for Java 8 by using the ` javaVersion=1.8 ` Maven
81+ The GitHub plugin can be built for Java 17 by using the ` javaVersion=1.17 ` Maven
8282parameter.
8383
8484Example:
8585 git clone https://gerrit.googlesource.com/plugins/github
8686 cd github
87- mvn -DjavaVersion=1.8 install
87+ mvn -DjavaVersion=17 install
8888
8989### singleusergroup plugin
9090
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ limitations under the License.
2121 <parent >
2222 <groupId >com.googlesource.gerrit.plugins.github</groupId >
2323 <artifactId >github-parent</artifactId >
24- <version >3.8.2 </version >
24+ <version >3.9.0-rc0 </version >
2525 </parent >
2626 <artifactId >github-oauth</artifactId >
2727 <name >Gerrit Code Review - GitHub OAuth login</name >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <artifactId >github-parent</artifactId >
2222 <groupId >com.googlesource.gerrit.plugins.github</groupId >
23- <version >3.8.2 </version >
23+ <version >3.9.0-rc0 </version >
2424 </parent >
2525
2626 <artifactId >github-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ limitations under the License.
1818 <modelVersion >4.0.0</modelVersion >
1919 <groupId >com.googlesource.gerrit.plugins.github</groupId >
2020 <artifactId >github-parent</artifactId >
21- <version >3.8.2 </version >
21+ <version >3.9.0-rc0 </version >
2222 <name >Gerrit Code Review - GitHub integration</name >
2323 <url >http://www.gerritforge.com</url >
2424 <packaging >pom</packaging >
2525 <properties >
26- <javaVersion >11 </javaVersion >
26+ <javaVersion >17 </javaVersion >
2727 </properties >
2828 <licenses >
2929 <license >
You can’t perform that action at this time.
0 commit comments