Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 17, 2024
1 parent 774c264 commit b649d95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ private static GradleProject gradleProject(GradlePluginDescriptor... gradlePlugi
.releases(true)
.snapshots(true)
.build()),
Collections.emptyMap()
Collections.emptyMap(),
null
);
}

Expand Down

0 comments on commit b649d95

Please sign in to comment.