Skip to content

Commit

Permalink
- add back lint noinspect
Browse files Browse the repository at this point in the history
mikepenz committed Jan 4, 2025

Verified

This commit was signed with the committer’s verified signature.
mikepenz Mike Penz
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
@@ -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")

0 comments on commit 8a89e84

Please sign in to comment.