Skip to content

Commit a151c42

Browse files
committed
Fix #60 (make gv/loader arrays public)
1 parent db76ec2 commit a151c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/modrinth/minotaur/ModrinthExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ModrinthExtension extends DependencyDSL {
1717
private final Property<Object> legacyUploadFile;
1818
private final RegularFileProperty file;
1919
private final ListProperty<Object> additionalFiles;
20-
private final ListProperty<String> gameVersions, loaders;
20+
public final ListProperty<String> gameVersions, loaders;
2121
private final ListProperty<Dependency> dependencies;
2222
private final Property<Boolean> failSilently, detectLoaders, debugMode, autoAddDependsOn;
2323

0 commit comments

Comments
 (0)