Skip to content

Commit

Permalink
Add a default for jsonUrl (wpilibsuite#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Sep 17, 2024
1 parent c22bf10 commit d08557a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public static class JsonDependency {
public VendorDependency[] conflictsWith;
public String[] mavenUrls;
public String[] extraGroupIds;
public String jsonUrl;
public String jsonUrl = "";
public String fileName;
public String frcYear;
public JavaArtifact[] javaDependencies;
Expand Down

0 comments on commit d08557a

Please sign in to comment.