Skip to content

Commit

Permalink
dbeaver/dbeaver-infra#182 add primary component to metadata (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Destrolaric authored Dec 14, 2024
1 parent 228325d commit 7382f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class DevPropertiesProducer {
}

public static boolean isBundleAcceptable(@Nonnull String bundleName) {
return BundleValidator.isBundleAcceptable(bundleName);
return BundleValidator.isInternalBundle(bundleName);
}

private static @Nonnull String generateValue(@Nonnull List<String> bundleClassPath) {
Expand Down

0 comments on commit 7382f98

Please sign in to comment.