Skip to content

Commit 7efc533

Browse files
committed
Remove outdated comment
1 parent 1a1b31f commit 7efc533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/jjohannes/gradle/javamodules/ExtraModuleInfoPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ private void configureTransform(Project project, ExtraModuleInfoPluginExtension
5454
c.getAttributes().attribute(Category.CATEGORY_ATTRIBUTE, project.getObjects().named(Category.class, Category.LIBRARY));
5555

5656
// Automatically add dependencies for Jars where we know the coordinates
57-
// Note: User still needs to provide versions in through constraints/platforms or consistent resolution.
5857
c.withDependencies(d -> extension.getModuleSpecs().get().values().stream().flatMap(m ->
5958
m.getMergedJars().stream()).filter(s -> s.contains(":")).forEach(s ->
6059
d.add(project.getDependencies().create(s))));

0 commit comments

Comments
 (0)