google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.

Home Page:https://github.com/google/guice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5.0.1 gradle Build complains about missing no-aop jar?

romdhann opened this issue · comments

Hey, I'm facing issue when building a jenkins image with gradle telling that
`> Task :compileGroovy FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all files for configuration ':compileClasspath'.

Could not find guice-no_aop.jar (com.google.inject:guice:5.0.1).
Searched in the following locations:`

There is no guice-no_aop in 5.0.1: check the 5.0.1 release wiki

Duplicate of

Useful information on resolving this are in discussion on