Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Dec 18, 2024
1 parent 740d4e1 commit d0dd6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ immaculate {
if (!it.startsWith("+")) return
if (it.contains('@NotNull') || it.contains('@Nonnull')
|| it.contains('@org.jetbrains.annotations.NotNull')
|| it.contains('@javax.annotation.Nullable')) {
|| it.contains('@javax.annotation.Nonnull')) {
throw new GradleException('@NotNull and @Nonnull are disallowed.')
}
}
Expand Down

0 comments on commit d0dd6b3

Please sign in to comment.