We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94fe45 commit afda0faCopy full SHA for afda0fa
2 files changed
Jenkinsfile
@@ -1,4 +1,3 @@
1
buildPlugin(configurations: [
2
- [platform: 'linux', jdk: '11'],
3
- [platform: 'linux', jdk: '17']
+ [platform: 'linux', jdk: '11']
4
])
pom.xml
@@ -132,11 +132,6 @@
132
<scope>import</scope>
133
<type>pom</type>
134
</dependency>
135
- <dependency>
136
- <groupId>javax.annotation</groupId>
137
- <artifactId>javax.annotation-api</artifactId>
138
- <version>1.3.2</version>
139
- </dependency>
140
</dependencies>
141
</dependencyManagement>
142
0 commit comments