Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 398a222d authored by Mark Harman's avatar Mark Harman
Browse files

Correct comment, as inspectionProfiles now is part of Git repository.

parent 7932c1f3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -23,9 +23,7 @@ copy %src%\app\build.gradle %dst%\app\
mkdir %dst%\gradle
xcopy %src%\gradle %dst%\gradle /E /Y

REM We copy the inspectionProfiles as this stores which Android inspection warnings/errors we've disabled; although
REM note this isn't part of the Git repository, due lots of other files in .idea/ that we don't want to be part of the
REM project.
REM We copy the inspectionProfiles as this stores which Android inspection warnings/errors we've disabled
mkdir %dst%\.idea
mkdir %dst%\.idea\inspectionProfiles
xcopy %src%\.idea\inspectionProfiles %dst%\.idea\inspectionProfiles /E /Y