Merge branch '2.7.x'

This commit is contained in:
Phillip Webb
2022-02-04 19:50:54 -08:00
55 changed files with 244 additions and 943 deletions

View File

@@ -37,7 +37,4 @@ An exception is thrown if more than one candidate is found.
=== Example Repackage Implementation
The following example shows a typical repackage implementation:
[source,java,indent=0,subs="verbatim"]
----
include::{docs-java}/buildtoolplugins/otherbuildsystems/examplerepackageimplementation/MyBuildTool.java[]
----
include::code:MyBuildTool[]