williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
16.84k stars 4.29k forks source link

Reapply Gradle actions updates #380

Closed syoon2 closed 1 year ago

syoon2 commented 1 year ago

Cherry-picked from fe5a584e1334af3c5b1f7e3c0cfcec4974f5846d (#375)

Unfortunately this seemed to break the tests. Seems like maybe some deps were missing?

Moving to these gradle actions does seems like the right move though. Can investigate once I find more time

https://github.com/williamfiset/Algorithms/commit/fe5a584e1334af3c5b1f7e3c0cfcec4974f5846d#commitcomment-109748417

Turns out, the default Maven Central URL that GitHub Actions (and many other things, really) relies on for fetching dependencies was down in Apr. 19th, resulting as a CI failure in this repository; see https://github.com/actions/setup-java/issues/485 for context.

Since the CI failure was an upstream issue, i.e., not a bug caused by #375, I propose reapplying it.

syoon2 commented 1 year ago

@williamfiset Just a kind ping :)

williamfiset commented 1 year ago

Let's try this again

williamfiset commented 1 year ago

I believe it's working, thanks @syoon2!