Skip to content

Commit

Permalink
rename mockk-platform-tools -> mockk-core
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Sep 6, 2022
1 parent df2ccd4 commit 2a26d49
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
Expand Up @@ -6,9 +6,9 @@ plugins {
buildsrc.convention.`mockk-publishing`
}

description = "MockK tools that are used by other MockK modules"
description = "MockK functionality that is used by other MockK modules"

val mavenName: String by extra("MockK Platform Tools")
val mavenName: String by extra("MockK Core")
val mavenDescription: String by extra("${project.description}")

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -14,7 +14,7 @@ include(
":modules:mockk",
":modules:mockk-agent-api",
":modules:mockk-agent",
":modules:mockk-platform-tools",
":modules:mockk-core",
":modules:mockk-dsl",

":test-modules:client-tests",
Expand Down

0 comments on commit 2a26d49

Please sign in to comment.