We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7429e6 commit cff3d50Copy full SHA for cff3d50
2 files changed
eo-maven-plugin/src/main/java/org/eolang/maven/Central.java
@@ -19,6 +19,11 @@
19
*
20
* @since 0.1
21
* @deprecated Use {@link CentralMaven} instead
22
+ * @todo #4989:30min Remove Central class and all its usages across the
23
+ * repository. The class has been deprecated in favour of {@link CentralMaven}.
24
+ * Find all references to {@link Central} (including {@link Central#EMPTY}),
25
+ * replace them with the appropriate {@link CentralMaven} constructor,
26
+ * then delete this class entirely.
27
*/
28
@Deprecated
29
final class Central implements BiConsumer<Dependency, Path> {
eo-maven-plugin/src/main/java/org/eolang/maven/CentralDirect.java
0 commit comments