I seem to recall that Adobe stopped making most older versions of playerglobal.swc available for download from their servers. I think it might be only version 32.0 that's still available.
We have flash.version set to 20.0 in our pom.xml: <flash.version>20.0</flash.version> We might need to change that to 32.0. Most of us wouldn't notice that the download wasn't available because we installed playerglobal months/years ago, before Adobe removed their downloads, and the Maven extension probably doesn't try to download it again, if it's already available locally. I'm going to try to see if I can mess with my local Maven cache to trigger this error on my computer. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Jan 31, 2023 at 8:35 AM Josh Tynjala <joshtynj...@bowlerhat.dev> wrote: > We use some kind of Maven plugin/extension that downloads playerglobal.swc > from Adobe. > > I think it's the flex-sdk-converter-maven-extension referenced in > .mvn/extensions.xml > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Tue, Jan 31, 2023 at 7:43 AM Yishay Weiss <yishayj...@hotmail.com> > wrote: > >> Compiler release is failing [1] due to playerglobal not being found in >> maven repo. I checked and I can’t find com.adobe.flash there [2] any ideas? >> >> [1] Royale_Release_Step_002 #9 Console [Jenkins] (azure.com)< >> http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_002/lastBuild/console >> > >> [2] Central Repository: com/adobe (apache.org)< >> https://repo.maven.apache.org/maven2/com/adobe/> >> >