File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,20 @@ branch used to release fixes for plugin version `3.x`.
2525
2626To build the plugin you will need
2727* [ Maven] ( https://maven.apache.org/ ) version ` 3.5.4 ` or newer
28- * [ Java Development Kit (JDK)] ( https://jdk.java.net/ ) version ` 8 `
28+ * [ Java Development Kit (JDK)] ( https://jdk.java.net/ ) version ` 8 ` or version ` 11 `
2929
30- Run the following command to build the plugin
30+ Run the following command to build the plugin (Java 8)
3131
3232``` shell
3333mvn package
3434```
3535
36+ Run the following command to build the plugin (Java 11)
37+
38+ ``` shell
39+ mvn -Djenkins.version=2.164.1 package
40+ ```
41+
3642### Contributing to the Plugin
3743
3844Plugin source code is hosted on [ GitHub] ( https://github.com/jenkinsci/git-plugin ) .
You can’t perform that action at this time.
0 commit comments