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 daecb70
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 1,352 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
}
19 changes: 0 additions & 19 deletions subprojects/inline/inline.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit daecb70

Please sign in to comment.