We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e32b66 commit 340ad0dCopy full SHA for 340ad0d
src/main/java/org/gradlex/javamodule/dependencies/SharedMappings.java
@@ -22,7 +22,7 @@
22
import java.util.Properties;
23
24
final public class SharedMappings {
25
- static Map<String, String> mappings = loadModuleNameToGAProperties();
+ public static Map<String, String> mappings = loadModuleNameToGAProperties();
26
27
static Map<String, String> loadModuleNameToGAProperties() {
28
Properties properties = new Properties() {
0 commit comments