Skip to content

Commit

Permalink
Fix #60 (make gv/loader arrays public)
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Dec 3, 2023
1 parent db76ec2 commit a151c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/modrinth/minotaur/ModrinthExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ModrinthExtension extends DependencyDSL {
private final Property<Object> legacyUploadFile;
private final RegularFileProperty file;
private final ListProperty<Object> additionalFiles;
private final ListProperty<String> gameVersions, loaders;
public final ListProperty<String> gameVersions, loaders;
private final ListProperty<Dependency> dependencies;
private final Property<Boolean> failSilently, detectLoaders, debugMode, autoAddDependsOn;

Expand Down

0 comments on commit a151c42

Please sign in to comment.