Loading makesrcarchive.bat +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
makesrcarchive.bat +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading