Remove deprecated java.level from docs (#2087)

This commit is contained in:
offa 2022-08-05 10:22:42 +00:00 committed by GitHub
parent 5e17cb5693
commit b115510c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -26,12 +26,11 @@ Before you start, make sure the following pre-conditions are met:
</parent> </parent>
``` ```
- The Jenkins core version and the Java level of your plugin are aligned with the Configuration as Code plugin versions (also in the [pom.xml](/pom.xml)). - The Jenkins core version of your plugin are aligned with the Configuration as Code plugin versions (also in the [pom.xml](/pom.xml)).
```xml ```xml
<properties> <properties>
<jenkins.version>THE_JENKINS_CORE_VERSION_HERE</jenkins.version> <jenkins.version>THE_JENKINS_CORE_VERSION_HERE</jenkins.version>
<java.level>THE_JAVA_VERSION_HERE</java.level>
</properties> </properties>
``` ```