Skip to content

Commit 9d30fcd

Browse files
committed
GH-373 - Fix detection of jMolecules Layered Architecture presence.
1 parent af03238 commit 9d30fcd

File tree

1 file changed

+1
-1
lines changed
  • spring-modulith-docs/src/main/java/org/springframework/modulith/docs

1 file changed

+1
-1
lines changed

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Groupings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static class JMoleculesGroupings {
9292
.isPresent("org.jmolecules.architecture.hexagonal.Port", JMoleculesGroupings.class.getClassLoader());
9393

9494
private static final boolean JMOLECULES_LAYERS_PRESENT = ClassUtils
95-
.isPresent("org.jmolecules.architecture.layered", JMoleculesGroupings.class.getClassLoader());
95+
.isPresent("org.jmolecules.architecture.layered.ApplicationLayer", JMoleculesGroupings.class.getClassLoader());
9696

9797
private static final boolean JMOLECULES_ONION_PRESENT = ClassUtils
9898
.isPresent("org.jmolecules.architecture.onion.classical.ApplicationRing",

0 commit comments

Comments
 (0)