Hi Parminder, The file download on the first start may be due to Gradle Wrapper. To avoid any kind of hassles to a developer or user, Apache OFBiz embeds Gradle wrapper in its setup. With Gradle wrapper, when a user runs any task for the first time(./gradlew task name), it runs "gradlew" an automatically generated shell script designed to download Gradle. It will download for the first time only. You can find Gradle distribution URL & other settings in gradle-wrapper.poperties.
Please refer links to get better insight: https://docs.gradle.org/3.3/userguide/gradle_wrapper.html https://dzone.com/articles/use-gradle-wrapper-and-stop Other than that it may download the dependencies (jars) & stores them if they are not available or changed. You can refer to build.gradle file for the list of dependencies. Though it may also be an one-time action. Thanks & Regards, Aditya Sharma Enterprise Software Engineer HotWax Systems Pvt. Ltd. http://www.hotwaxsystems.com/ <https://www.linkedin.com/in/aditya-sharma-78291810a/> On Tue, May 30, 2017 at 5:44 PM, Jacques Le Roux < [email protected]> wrote: > Moderated mail, copied on user ML > > Hi Parminder , > > Your message has been moderated. > > Please use and subscribe to the user ML for questions > see why here http://ofbiz.apache.org/mailing-lists.html > > Thanks > > Jacques > > > ForwardedMessage.eml > > Sujet : > online for gradle libraries > De : > "Parminder S. Lehal" <[email protected]> > Date : > 29/05/2017 07:28 > > Pour : > [email protected] > > > I am trying to compile ofbiz 16.11.02 and it needs to go online for gradle > libraries. Does it need to go online everytime you launch ofbiz or just one > time? >
