File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545subprojects {
4646 group ' io.testerra'
4747 version moduleVersion
48- archivesBaseName = " testerra"
48+ base . archivesName = " testerra"
4949
5050 apply plugin : ' maven-publish' // tasks publish and publishToMavenLocal
5151 apply plugin : ' jacoco-report-aggregation'
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ dependencies {
55 api project(' :logging' )
66
77 // <Testerra>
8- // @see https://github.com/google/guice/issues/1256
9- api ' com.google.inject:guice:4.2.2:no_aop'
10- api ' com.google.inject.extensions:guice-assistedinject:4.2.2'
8+ api ' com.google.inject:guice:6.0.0'
9+ api ' com.google.inject.extensions:guice-assistedinject:6.0.0'
1110 implementation ' org.reflections:reflections:0.9.12'
1211 // </Testerra>
1312
You can’t perform that action at this time.
0 commit comments