It's unfortunate that there isn't an official Maven release of Closure library that's managed by Google, like there is for Closure compiler.
For context, we are currently using an "non-official" Maven release by the ClojureScript team. (Despite the similar name, ClojureScript has no relation to Google's Closure. ClojureScript just happens to use the compiler and library.) https://search.maven.org/artifact/org.clojure/google-closure-library This may be a situation where Maven needs to do things differently than it normally would, and download Closure library from Github, like Ant is doing. https://github.com/google/closure-library/archive/v20180910.zip -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Jan 22, 2020 at 3:52 AM Carlos Rovira <[email protected]> wrote: > Hi, > > now that maven distribution is working we need help of community here to > get the proper google closure library version that works properly for > Apache Royale and is available for both ANT and Maven. > > There's no maven artifact for the closure-library v20180910 (the one used > by ANT actually), next closet one available as a maven artifact is > 0.0-20190213-2033d5d9 > So is this one ok? if so can we upgrade ANT one to that version? > > Maybe we could want to add even a newer one for any reason? > > Thanks! > > Carlos > > > El mié., 22 ene. 2020 a las 12:26, Carlos Rovira (<[email protected] > >) > escribió: > > > Hi Piotr, > > > > I explained in this thread that I couldn't find in maven the same exact > > version that ANT one, I put the closest in date available from maven > > I proposed as well if we can upgrade ANT/MAVEN to the same one that > works. > > Other thing is that maybe I fail in the search and the version could > > exists, in that case hope other can indicate the maven descriptor to > update > > it. > > > > thanks > > > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >
