Skip to content

Commit

Permalink
Merge pull request #29 from jonesbusy/feature/remove-java-8
Browse files Browse the repository at this point in the history
Remove Java 8 support
  • Loading branch information
jonesbusy authored Sep 13, 2022
2 parents 1d15a3e + 6059ae9 commit 90e424a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [8, 11, 17])
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [11, 17])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/skip-notifications-trait-plugin</gitHubRepo>
<jenkins.version>2.332.4</jenkins.version>
<jenkins.version>2.361.1</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<artifactId>bom-2.361.x</artifactId>
<version>1607.va_c1576527071</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 90e424a

Please sign in to comment.