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 1f8b387
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 1,408 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
11 changes: 0 additions & 11 deletions subprojects/groovyInlineTest/groovyInlineTest.gradle

This file was deleted.

This file was deleted.

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.

0 comments on commit 1f8b387

Please sign in to comment.