Skip to content

Commit

Permalink
Fix a copy paste error caused by replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Oct 21, 2024
1 parent fa28bfb commit b85c040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class InterfaceInjectionPublishing {
public static final String INTERFACE_INJECTION_ELEMENTS_CONFIGURATION = "InterfaceInjectionElements";
public static final String INTERFACE_INJECTION_API_CONFIGURATION = "InterfaceInjectionApi";
public static final String INTERFACE_INJECTION_CONFIGURATION = "InterfaceInjection";
public static final String INTERFACE_INJECTION_CATEGORY = "InterfaceInjection";
public static final String INTERFACE_INJECTION_CATEGORY = "interfaceInjection";

public static void setup(Project project) {
InterfaceInjections InterfaceInjectionsExtension = project.getExtensions().getByType(InterfaceInjections.class);
Expand Down

0 comments on commit b85c040

Please sign in to comment.