Skip to content

Commit

Permalink
Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Oct 12, 2023
1 parent a5f3a44 commit cc60002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'io.micronaut.build.internal.sourcegen-base'
id "io.micronaut.build.internal.docs"
id "io.micronaut.build.internal.quality-reporting"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@Experimental
public final class SourceGenerators {

private static List<SourceGenerator> SOURCE_GENERATORS;
private static List<SourceGenerator> SOURCE_GENERATORS;

private SourceGenerators() {
}
Expand Down

0 comments on commit cc60002

Please sign in to comment.