Closed ctoabidmaqbool closed 1 year ago
I've made a new 0.15.0-SNAPSHOT
build, which should fix the issue.
Can you test it, and verify it?
@FlorianKirmaier Thanks, your latest build of JPro Routing e.g. 0.15.0-SNAPSHOT
fix the above issue of & operator.
I have to delete manually old snapshot files e.g. D:\.my-gradle\caches\modules-2\files-2.1\one.jpro\jpro-routing-core\0.15.0-SNAPSHOT
so that gradle download new one. Is there any method in gradle which auto this task e.g. check for new update of libs online if any.
--refresh-dependencies
is supposed to work, but i think it's not reliable.
Usually, i have a "deleteCache.sh" script in my projects, but it's limited to unix https://github.com/JPro-one/jpro-routing/blob/master/deleteCache.sh
Hi Devs, If URL contains & symbol, weather it's in encoded form e.g.
%20
, error happens:Sample code:
How to encode URL: https://www.w3schools.com/tags/ref_urlencode.ASP