Skip to content

Commit afda0fa

Browse files
committed
Build only with JDK 11
1 parent a94fe45 commit afda0fa

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
buildPlugin(configurations: [
2-
[platform: 'linux', jdk: '11'],
3-
[platform: 'linux', jdk: '17']
2+
[platform: 'linux', jdk: '11']
43
])

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@
132132
<scope>import</scope>
133133
<type>pom</type>
134134
</dependency>
135-
<dependency>
136-
<groupId>javax.annotation</groupId>
137-
<artifactId>javax.annotation-api</artifactId>
138-
<version>1.3.2</version>
139-
</dependency>
140135
</dependencies>
141136
</dependencyManagement>
142137

0 commit comments

Comments
 (0)