8000 Rename extension modules with mockito- prefix (#3460) · mockito/mockito@1c0b04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c0b04b

Browse files
bric3TimvdLippe
authored andcommitted
Rename extension modules with mockito- prefix (#3460)
As a follow-up to the split of `mockito-extensions` and `mockito-integration-tests` this commit renames all extension projects to use the `mockito-` prefix. This way, the project names reflect the published artifact ID's on Maven Central.
1 parent ab32438 commit 1c0b04b

File tree

48 files changed

+19
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+19
-14
lines changed

gradle/java-library.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: "java-library"
33
apply from: "$rootDir/gradle/test-launcher.gradle"
44

55
if (!base.archivesName.get().startsWith("mockito-")) {
6+
logger.warn("Project module should be prefixed with `mockito-` : ${project.projectDir})")
67
base.archivesName = "mockito-" + project.name
78
}
89

mockito-bom/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
description = "Mockito Bill of Materials (BOM)"
66

77
if (!base.archivesName.get().startsWith("mockito-")) {
8+
logger.warn("Project module should be prefixed with `mockito-` : ${project.projectDir})")
89
base.archivesName = "mockito-" + project.name
910
}
1011

mockito-extensions/android/src/test/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)
0