Steckelfisch edited a comment on issue #1248: URL: https://github.com/apache/cordova-android/issues/1248#issuecomment-964970251
I have a metoo. (on gradle 4.4.1 and 7.2/7.1.1) from: https://tomgregory.com/gradle-vs-gradlew-difference/ The gradlew command, also known as the Gradle wrapper, is a slightly different beast. It’s a script that comes packaged up within a project. Yes, it gets committed into version control so when you clone the project you get the gradlew script automatically. if i run: grep illegal `locate gradlew` the only file with 'illegal-access' is in my platform/cordova dir. note that the the gradlew.bat in the same directory is lacking that option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
