-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop publishing
mockito-inline
(#2945)
The tests will remain in the new `inlineTest` subproject. Fixes #2877
- Loading branch information
Showing
28 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ plugins { | |
} | ||
|
||
include("subclass", | ||
"inline", | ||
"inlineTest", | ||
"proxy", | ||
"extTest", | ||
"groovyTest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
subprojects/inline/src/main/resources/mockito-extensions/org.mockito.plugins.MemberAccessor
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
subprojects/inline/src/main/resources/mockito-extensions/org.mockito.plugins.MockMaker
This file was deleted.
Oops, something went wrong.
17 changes: 11 additions & 6 deletions
17
subprojects/inline/inline.gradle → subprojects/inlineTest/inlineTest.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
plugins { | ||
id 'java' | ||
} | ||
|
||
description = "Mockito preconfigured inline mock maker (intermediate and to be superseeded by automatic usage in a future version)" | ||
|
||
apply from: "$rootDir/gradle/java-library.gradle" | ||
apply from: "$rootDir/gradle/dependencies.gradle" | ||
|
||
sourceCompatibility = 11 | ||
targetCompatibility = 11 | ||
|
||
dependencies { | ||
api project.rootProject | ||
implementation project.rootProject | ||
testImplementation libraries.junit4 | ||
testImplementation libraries.assertj | ||
} | ||
|
||
tasks.javadoc.enabled = false | ||
|
||
//required by the "StressTest.java" and "OneLinerStubStressTest.java" | ||
test.maxHeapSize = "256m" | ||
retryTest.maxHeapSize = "256m" | ||
|
||
test { | ||
jvmArgs '--illegal-access=deny' | ||
//required by the "StressTest.java" and "OneLinerStubStressTest.java" | ||
maxHeapSize '256m' | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.