Upgrade Gradle and Groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Upgrade Gradle and Groovy

James Yong-2
Hi all,

Current Gradle version used in OFBiz trunk is 5.0.
Propose to update to Gradle 6.3 which is the current stable version.

Gradle 6.3 requires groovy 2.5.10., but Groovy version used in OFBiz trunk is 2.5.4
Suggest to upgrade Groovy to 2.5.11 which is the current stable version.

For Gradle upgrade, I run:
./gradlew wrapper --gradle-version=6.3 --distribution-type=bin

For Groovy upgrade, I updated the build.gradle with the new Groovy version.

So far, no issue encountered with the upgrades on my side.

Let me know if any concerns.
Plan to create JIRA issue for the upgrades by next week.

Regards,
James
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Gradle and Groovy

Jacques Le Roux
Administrator
Hi James,

I trust a Jira fits

Thanks

Jacques

Le 04/05/2020 à 14:54, James Yong a écrit :

> Hi all,
>
> Current Gradle version used in OFBiz trunk is 5.0.
> Propose to update to Gradle 6.3 which is the current stable version.
>
> Gradle 6.3 requires groovy 2.5.10., but Groovy version used in OFBiz trunk is 2.5.4
> Suggest to upgrade Groovy to 2.5.11 which is the current stable version.
>
> For Gradle upgrade, I run:
> ./gradlew wrapper --gradle-version=6.3 --distribution-type=bin
>
> For Groovy upgrade, I updated the build.gradle with the new Groovy version.
>
> So far, no issue encountered with the upgrades on my side.
>
> Let me know if any concerns.
> Plan to create JIRA issue for the upgrades by next week.
>
> Regards,
> James

Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Gradle and Groovy

James Yong-2
Thanks Jacques.

I have created OFBIZ-11661 for this.

Correction: Groovy version used in OFBiz trunk is 2.5.8, not 2.5.4

On 2020/05/04 13:10:42, Jacques Le Roux <[hidden email]> wrote:

> Hi James,
>
> I trust a Jira fits
>
> Thanks
>
> Jacques
>
> Le 04/05/2020 à 14:54, James Yong a écrit :
> > Hi all,
> >
> > Current Gradle version used in OFBiz trunk is 5.0.
> > Propose to update to Gradle 6.3 which is the current stable version.
> >
> > Gradle 6.3 requires groovy 2.5.10., but Groovy version used in OFBiz trunk is 2.5.4
> > Suggest to upgrade Groovy to 2.5.11 which is the current stable version.
> >
> > For Gradle upgrade, I run:
> > ./gradlew wrapper --gradle-version=6.3 --distribution-type=bin
> >
> > For Groovy upgrade, I updated the build.gradle with the new Groovy version.
> >
> > So far, no issue encountered with the upgrades on my side.
> >
> > Let me know if any concerns.
> > Plan to create JIRA issue for the upgrades by next week.
> >
> > Regards,
> > James
>
>