You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix deprecated project references in Gradle tasks
Replaced deprecated project.buildDir and project.projectDir with
layout.buildDirectory and layout.projectDirectory to avoid execution-time
access. This fixes Gradle 8.x deprecation warnings and ensures compatibility
with future Gradle versions that will enforce configuration cache.
0 commit comments