Re: [PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-30 Thread Shi Jinghai
Hi Jacques, OK, agree. 发件人: Jacques Le Roux<mailto:jacques.le.r...@les7arts.com> 发送时间: 2020年6月30日 21:23 收件人: dev@ofbiz.apache.org<mailto:dev@ofbiz.apache.org> 主题: Re: [PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style? Hi Jinghai, Actua

Re: [PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-30 Thread Jacques Le Roux
, Shi Jinghai a écrit : Hi Eugen, I agree this proposal is mild cosmetic :) 发件人: Eugen Stan<mailto:eugen.s...@netdava.com> 发送时间: 2020年6月30日 17:07 收件人: dev@ofbiz.apache.org<mailto:dev@ofbiz.apache.org>; Shi Jinghai<mailto:huaru...@hotmail.com> 主题: Re: [PROPOSAL] Change implemen

Re: [PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-30 Thread Shi Jinghai
Hi Eugen, I agree this proposal is mild cosmetic :) 发件人: Eugen Stan<mailto:eugen.s...@netdava.com> 发送时间: 2020年6月30日 17:07 收件人: dev@ofbiz.apache.org<mailto:dev@ofbiz.apache.org>; Shi Jinghai<mailto:huaru...@hotmail.com> 主题: Re: [PROPOSAL] Change implementation/runtimeOn

Re: [PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-30 Thread Eugen Stan
Hi Shi Jinghai, What are the benefits? Why do all this work? It seems to me they are only mild cosmetic improvements (arguably an improvement). In my apps I usually copy dependencies from maven (the copy button) and they include the 'implementation' word, as most similar sites do. Example:

[PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-29 Thread Shi Jinghai
Hi there, While typing implementation, runtimeOnly and etc. in build.gradle, I find they can be changed to comma separated style, as the build.gradle is a groovy file, for example: implementation 'xerces:xercesImpl:2.11.0' implementation 'com.google.zxing:core:3.4.0' implementation