-
Notifications
You must be signed in to change notification settings - Fork 60
update gradle version from the internet. #47
Comments
any suggestions? |
Actually...I think it is probably better to do it the hard way for now. Gradle is changing fast and java/android users are different. Java people are happy to use an old gradle, android people have to be on the bleeding edge. That PR for gradle 2.4 should ultimately make things much easier too. |
Are you ready for upgrade all project to gradles 2.3? :) |
Not yet. We don't have a need yet and I'd like to have it released first and then users given some time to report problems so we can get it stable. Then would be a good time to do some more experimentation...i.e. once we know the base is solid. |
Im also running out of time |
how goes with android_core bugs? |
nice!! 👍 |
I found a way to update gradle version from the internet.
it need to be write:
and add to default task on build.gradle on main project:
add to CMakeLists.txt
only on the SECOND compilation it will be compile on the latest gradle. @stonier |
@talregev seems to me that it will add another 'online' dependency and slow the build down. Trying to avoid both of these. Should only need to run the gradle wrapper once in a blue moon, not every time. |
ok. but if we want to change gradle version in massive way through change only one text file, that one way to do it. |
how it going the rest of the projects? |
i ask already in stackoverflow.
i ask again too.
We want be able to update gradle version from the internet. when we change one or two file, all the projects will compile on the new gradle. it save us a lot of work.
start it here
we can update gradle version variable from the internet.
i think one "ugly" way, it to upload gradle zip in our repositories, and the project will always take that file (gradle.zip) without version in the name, and when will be new gradle, we will update and all the project will take the new file. need to check if my idea is working.
The text was updated successfully, but these errors were encountered: