File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
inject/src/main/java/io/avaje/inject Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public BeanContext build() {
361
361
Set <String > moduleNames = factoryOrder .orderFactories ();
362
362
if (moduleNames .isEmpty ()) {
363
363
throw new IllegalStateException ("No modules found. When using java module system we need an explicit provides clause in module-info like:\n \n " +
364
- " provides io.avaje.inject.core .BeanContextFactory with org.example._di$Factory ;\n \n " +
364
+ " provides io.avaje.inject.spi .BeanContextFactory with org.example._di$BeanContextFactory ;\n \n " +
365
365
" Otherwise perhaps using Gradle and IDEA but with a setup issue?" +
366
366
" Review IntelliJ Settings / Build / Build tools / Gradle - 'Build and run using' value and set that to 'Gradle'. " +
367
367
" Refer to https://dinject.io/docs/gradle#idea" );
You can’t perform that action at this time.
0 commit comments