Skip to content

Commit fa94e8d

Browse files
Deploy snapshot artifacts by Jenkins
1 parent 2683c54 commit fa94e8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@
1717
* under the License.
1818
*/
1919

20-
// Currently we can only build with JDK8+ based on the usage
21-
// of bnd-maven-plugin.
22-
asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17" ] )
20+
asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17", "21" ], 'branchesToNotify' : ["maven-resolver-1.9.x"] )
2321

0 commit comments

Comments
 (0)