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
Is your feature request related to a problem? Please describe.
Good day I am trying to build sample android app (https://github.com/NativeScript/tutorials/tree/main/react-tutorial)
in linux ubuntu without internet but with nexus repo with all libs and distrous for npm\gradle
At that moment i can't understand how to change gradle settings and gradle wrapper setting without manual changing this config files in the catalog platform/android
files changed is
platforms/android/gradle.properties
platforms/android/build.gradle
platforms/android/gradle/wrapper/gradle-wrapper.properties
platforms/android/app/build.gradle
Describe the solution you'd like
If there posibility to declare all settngs for the files discrbed in previous section from catalog App_Resources/Android/ for example
Changes i have made it is setting maven repo, distributionurl for wrapper, and path to the jks keystore with password, because nexus repo have self signed certificate
Describe alternatives you've considered
I was looking info about hooks but did not find good example for my issue
Additional context
The text was updated successfully, but these errors were encountered:
maxfalko
changed the title
Gradle settings for wrapper settings
Decalre Gradle settings & wrapper settings
Feb 3, 2023
Is your feature request related to a problem? Please describe.
Good day I am trying to build sample android app (https://github.com/NativeScript/tutorials/tree/main/react-tutorial)
in linux ubuntu without internet but with nexus repo with all libs and distrous for npm\gradle
At that moment i can't understand how to change gradle settings and gradle wrapper setting without manual changing this config files in the catalog platform/android
files changed is
platforms/android/gradle.properties
platforms/android/build.gradle
platforms/android/gradle/wrapper/gradle-wrapper.properties
platforms/android/app/build.gradle
Describe the solution you'd like
If there posibility to declare all settngs for the files discrbed in previous section from catalog App_Resources/Android/ for example
Changes i have made it is setting maven repo, distributionurl for wrapper, and path to the jks keystore with password, because nexus repo have self signed certificate
Describe alternatives you've considered
I was looking info about hooks but did not find good example for my issue
Additional context
The text was updated successfully, but these errors were encountered: