Skip to content

Commit

Permalink
Build only with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid committed Aug 16, 2022
1 parent a94fe45 commit afda0fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17']
[platform: 'linux', jdk: '11']
])
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit afda0fa

Please sign in to comment.