Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
117 stars 12 forks source link

Maven Artifact is broken #19

Closed leonitousconforti closed 3 years ago

leonitousconforti commented 3 years ago

Just a heads up, the maven artifact is broken.

The cause of this has nothing to do with your code but rather that one of the dependencies, Darcula, is hosted on spring.io and spring has recently implemented some permission changes as stated in this-Notice of Permissions Changes to repo.spring.io, Fall and Winter, 2020- article.

Everything works fine if you get Darcula from source and build UiBooster from source using that

leonitousconforti commented 3 years ago

It looks like Darcula can be found on the bintray and maven repositories now

https://bintray.com/lkishalmi/maven/com.bulenkov.darcula https://mvnrepository.com/artifact/com.bulenkov/darcula

leonitousconforti commented 3 years ago

Here is the exact error for others ....................................................

[ERROR] Failed to execute goal on project: Could not resolve dependencies for project

Failed to collect dependencies at com.github.Milchreis:UiBooster:jar:1.9.0 -> com.bulenkov:darcula:jar:2018.2: Failed to read artifact descriptor for com.bulenkov:darcula:jar:2018.2

Could not transfer artifact com.bulenkov:darcula:pom:2018.2 from/to spring (https://repo.spring.io/plugins-release/): Authentication failed for https://repo.spring.io/plugins-release/com/bulenkov/darcula/2018.2/darcula-2018.2.pom 401 Unauthorized

Milchreis commented 3 years ago

Hi @leonitousconforti

thank you for report and PR. What do you think to of this repo for darcula: https://github.com/ice1k/darcula

It‘s build and hosted on JitPack and the sources are accessible.

leonitousconforti commented 3 years ago

Looks like a better option to me, especially since it is open source! I have gone ahead and switched it