Skip to content

Commit 2cba5bf

Browse files
authored
fix ExternalProvider warning message (#669)
1 parent 8609e41 commit 2cba5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject-generator/src/main/java/io/avaje/inject/generator/ExternalProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static boolean moduleCP() {
5151

5252
static void registerModuleProvidedTypes(Set<String> providedTypes) {
5353
if (!INJECT_AVAILABLE) {
54-
if (!pluginExists("avaje-module-provides.txt")) {
54+
if (!pluginExists("avaje-module-dependencies.csv")) {
5555
APContext.logNote("Unable to detect Avaje Inject in Annotation Processor ClassPath, use the Avaje Inject Maven/Gradle plugin for detecting Inject Modules from dependencies");
5656
}
5757
return;

0 commit comments

Comments
 (0)