Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
crogoz committed Sep 12, 2024
1 parent 6bc3b5a commit b023536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@Service(Service.Level.PROJECT)
public final class PluginUpdateCheckerService {

private static final String PLUGIN_ID = "palantir-gradle-jdks"
private static final String PLUGIN_ID = "palantir-gradle-jdks";
private final Logger logger = Logger.getInstance(PluginUpdateCheckerService.class);
private final Project project;

Expand Down

0 comments on commit b023536

Please sign in to comment.