Skip to content

Commit

Permalink
Lowercase completely
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Oct 28, 2024
1 parent b85c040 commit 24c0adc
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 24c0adc

Please sign in to comment.