In case anyone runs into this inside IDEA, you can specify the "-DskipVersionConflict=true" in the Setting --> Build, Execution, Deployment --> Gradle --> Gradle VM options - just add the option to the existing text in that field.
Bob. On Wednesday, 18 May 2016 11:30:40 UTC-4, Dmitriy Kopylenko wrote: > > That’d be a Gradle command line option with -D prefix e.g. > -DskipVersionConflict=true. See this as an example: > https://github.com/apereo/cas/blob/master/dev-build-no-tests.sh#L3 > > Cheers, > D. > > On May 18, 2016, at 11:24 AM, [email protected] <javascript:> wrote: > > Follow guide from https://github.com/apereo/cas/issues/1730, Can you tell > me where I can put skipVersionConflict=true, > Thanks :)) > > Vào 21:02:52 UTC+7 Thứ Tư, ngày 18 tháng 5 năm 2016, Misagh Moayyed đã > viết: >> >> https://github.com/apereo/cas/issues/1730 >> >> >> *From:* [email protected] [mailto:[email protected]] *On Behalf Of *ND >> *Sent:* Tuesday, May 17, 2016 9:45 PM >> *To:* CAS Developer <[email protected]> >> *Subject:* [cas-dev] Re: how to import cas4.2.x source to Intellij >> >> >> >> I have a problem when open cas4.2 & 4.2.1 with Gradle, if you find out a >> solution please give me, Thanks ! >> >> A conflict was found between the following modules: - >> commons-io:commons-io:2.4 - commons-io:commons-io:2.5 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CAS Developer" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/ >> . >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CAS Developer" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/ >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "CAS Developer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/. > > > -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.
