File tree 4 files changed +6
-6
lines changed
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.
78
78
Gerrit 3.3 is distributed for Java 11 only. However, the source code is compatible
79
79
with Java 8 assuming you build it from the source repository by yourself.
80
80
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
82
82
parameter.
83
83
84
84
Example:
85
85
git clone https://gerrit.googlesource.com/plugins/github
86
86
cd github
87
- mvn -DjavaVersion=1.8 install
87
+ mvn -DjavaVersion=17 install
88
88
89
89
### singleusergroup plugin
90
90
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ limitations under the License.
21
21
<parent >
22
22
<groupId >com.googlesource.gerrit.plugins.github</groupId >
23
23
<artifactId >github-parent</artifactId >
24
- <version >3.8.2 </version >
24
+ <version >3.9.0-rc0 </version >
25
25
</parent >
26
26
<artifactId >github-oauth</artifactId >
27
27
<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.
20
20
<parent >
21
21
<artifactId >github-parent</artifactId >
22
22
<groupId >com.googlesource.gerrit.plugins.github</groupId >
23
- <version >3.8.2 </version >
23
+ <version >3.9.0-rc0 </version >
24
24
</parent >
25
25
26
26
<artifactId >github-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ limitations under the License.
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<groupId >com.googlesource.gerrit.plugins.github</groupId >
20
20
<artifactId >github-parent</artifactId >
21
- <version >3.8.2 </version >
21
+ <version >3.9.0-rc0 </version >
22
22
<name >Gerrit Code Review - GitHub integration</name >
23
23
<url >http://www.gerritforge.com</url >
24
24
<packaging >pom</packaging >
25
25
<properties >
26
- <javaVersion >11 </javaVersion >
26
+ <javaVersion >17 </javaVersion >
27
27
</properties >
28
28
<licenses >
29
29
<license >
You can’t perform that action at this time.
0 commit comments