Skip to content

Commit 90e424a

Browse files
authoredSep 13, 2022
Merge pull request #29 from jonesbusy/feature/remove-java-8
Remove Java 8 support
2 parents 1d15a3e + 6059ae9 commit 90e424a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
See the documentation for more options:
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
5-
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [8, 11, 17])
5+
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [11, 17])

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
<properties>
4444
<changelist>999999-SNAPSHOT</changelist>
4545
<gitHubRepo>jenkinsci/skip-notifications-trait-plugin</gitHubRepo>
46-
<jenkins.version>2.332.4</jenkins.version>
46+
<jenkins.version>2.361.1</jenkins.version>
4747
</properties>
4848

4949
<dependencyManagement>
5050
<dependencies>
5151
<dependency>
5252
<groupId>io.jenkins.tools.bom</groupId>
53-
<artifactId>bom-2.332.x</artifactId>
53+
<artifactId>bom-2.361.x</artifactId>
5454
<version>1607.va_c1576527071</version>
5555
<scope>import</scope>
5656
<type>pom</type>

0 commit comments

Comments
 (0)
Please sign in to comment.