You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/no-versions-warning/build.out
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
> Task :build-logic:jar
2
-
[WARN] [Java Module Dependencies] No version defined in catalog - com_fasterxml_jackson_databind
2
+
[WARN] [Java Module Dependencies] No version defined in catalog - com.fasterxml.jackson.core:jackson-databind - com_fasterxml_jackson_databind (required in app/src/main/java/module-info.java)
project.getLogger().warn("[WARN] [Java Module Dependencies] Version catalog feature not enabled in settings.gradle(.kts) - add 'enableFeaturePreview(\"VERSION_CATALOGS\")'");
122
+
warnForMissingCatalog = false;
123
+
}
124
+
125
+
if (javaModuleDependencies.getWarnForMissingVersions().forUseAtConfigurationTime().get()) {
126
+
project.getLogger().warn("[WARN] [Java Module Dependencies] No version defined in catalog - " + ga + " - "
0 commit comments