[cas-user] Re: Error when add support-radius dependency in build.gradle

2020-12-22 Thread irvan suryadi
Okay andy, I'll do it.. Cheers! - Irvan Pada Selasa, 22 Desember 2020 pukul 22.43.27 UTC+7 Andy Ng menulis: > Hi Irvan, > > Greet to hear that! BTW I think you should go for 6.2.x instead of 6.1.x > if the radius error only exists for 6.3.x. > > 6.2.x (current 6.2.6) is a stable build as well,

[cas-user] Re: Error when add support-radius dependency in build.gradle

2020-12-22 Thread Andy Ng
Hi Irvan, Greet to hear that! BTW I think you should go for 6.2.x instead of 6.1.x if the radius error only exists for 6.3.x. 6.2.x (current 6.2.6) is a stable build as well, so I would think it should support your usage as well. Cheers! - Andy On Tuesday, 22 December 2020 at 23:40:40 UTC+8 i

[cas-user] Re: Error when add support-radius dependency in build.gradle

2020-12-22 Thread irvan suryadi
Hi andy, Thank you for the answers you give. I think all this time, my problems are in use cas 6.3.X versions are still in development. I've done several ways to call the repository but there are still problems. In the end I tried to use the old version. I am trying to use version 6.1.X which

[cas-user] Re: Error when add support-radius dependency in build.gradle

2020-12-20 Thread Andy Ng
Hi Irvan, Have you try adding the repo: *maven { url "https://jitpack.io"; } * As well? I found some old code of mine (https://github.com/NgSekLong/SelectUrCAS/blob/master/source/cas-overlay/build.gradle#L34) and see that jitpack.io is needed at that time, see if that would help your issue