-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./gradlew jar not working #69
Comments
same issue, here |
Hi, I faced the same issue. I've solved it by manually adding the
If you don't want to add the file, another option is to remove the code that looks for the
For the version codes I used the ones that were being used before the variables were introduced here dd5d0dc. I don't know if it is supposed to use newer versions. |
One can generate a NativeScript app via
Then, you can copy |
Wanted to clone this to geenrate typings for my own Android library (to be used in a NativeScript plugin)
Steps to reproduce
It seems
gradle.properties
is missing.The text was updated successfully, but these errors were encountered: