Current Behavior
Gradle complains about no_aop component of Guice 5.0.1
Context
This issue results in exception during gradle dependency resolution.
Your Environment
My dependencies block
dependencies {
implementation 'io.github.cdancy:artifactory-rest:1.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}
The only dependency that pulls Guice is the artifactory-rest.
Downgrading Guice to 4.2.2 resolves this issue but I would like to know if it will be downgraded in your library.