Skip to content

Commit

Permalink
Fixes mockito#2877: removed mockito-inline as subproject and actual s…
Browse files Browse the repository at this point in the history
…ubproject
  • Loading branch information
krzyk committed Mar 17, 2023
1 parent b6861e3 commit 108c0be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions settings.gradle.kts
Expand Up @@ -3,11 +3,9 @@ plugins {
}

include("subclass",
"inline",
"proxy",
"extTest",
"groovyTest",
"groovyInlineTest",
"kotlinTest",
"kotlinReleaseCoroutinesTest",
"android",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/androidTest/androidTest.gradle
Expand Up @@ -38,7 +38,7 @@ apply from: "$rootDir/gradle/dependencies.gradle"
dependencies {
implementation libraries.kotlin.stdlib

testImplementation project(":inline")
testImplementation project(":")
testImplementation libraries.junit4
testImplementation libraries.junitJupiterApi
testImplementation libraries.junitJupiterEngine
Expand Down
2 changes: 1 addition & 1 deletion subprojects/groovyInlineTest/groovyInlineTest.gradle
Expand Up @@ -5,7 +5,7 @@ description = "Integration test for using mockito-inline with Groovy."
apply from: "$rootDir/gradle/dependencies.gradle"

dependencies {
testImplementation project(":inline")
testImplementation project(":")
testImplementation libraries.groovy
testImplementation libraries.junit4
}

This file was deleted.

This file was deleted.

0 comments on commit 108c0be

Please sign in to comment.