Skip to content

Commit

Permalink
- add back lint noinspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 4, 2025
1 parent bb86cd2 commit 8a89e84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ abstract class AboutLibrariesExportComplianceTask : BaseAboutLibrariesTask() {
.orElse(
if (GradleVersion.current() < GradleVersion.version("8.8")) {
LOGGER.info("Fallback to non project isolated safe API for root directory.")
// noinspection GradleProjectIsolation
project.rootProject.layout.projectDirectory.dir(".")
} else {
@Suppress("UnstableApiUsage")
Expand Down

0 comments on commit 8a89e84

Please sign in to comment.