We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2683c54 commit fa94e8dCopy full SHA for fa94e8d
Jenkinsfile
@@ -17,7 +17,5 @@
17
* under the License.
18
*/
19
20
-// Currently we can only build with JDK8+ based on the usage
21
-// of bnd-maven-plugin.
22
-asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17" ] )
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17", "21" ], 'branchesToNotify' : ["maven-resolver-1.9.x"] )
23
0 commit comments