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
Wanted to clone this to geenrate typings for my own Android library (to be used in a NativeScript plugin) Steps to reproduce
git clone https://github.com/NativeScript/android-dts-generator.git
cd android-dts-generator
cd dts-generator/
./gradlew jar
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/adriann/Developer/android-dts-generator/dts-generator/build.gradle' line: 14
* What went wrong:
A problem occurred evaluating root project 'dts-generator'.
> /Users/adriann/Developer/android-dts-generator/dts-generator/gradle.properties (No such file or directory)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 483ms
It seems gradle.properties is missing.
The text was updated successfully, but these errors were encountered:
If you don't want to add the file, another option is to remove the code that looks for the gradle.properties file and directly add these variables in the build.gradle:
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.
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: