We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1ce4f commit 373e080Copy full SHA for 373e080
1 file changed
README.md
@@ -37,9 +37,10 @@ AtPlug has three components:
37
38
- a small runtime `com.diffplug.atplug:atplug-runtime`
39
- a buildtime step which generates plugin metadata
40
- + Gradle plugin: [`com.diffplug.atplug`](https://plugins.gradle.org/plugin/com.diffplug.atplug)
41
- + Contributions welcome for maven, etc.
42
-- a small harness for unit test mocking `com.diffplug.atplug:atplug-test-harness`
+ -Gradle plugin: [`com.diffplug.atplug`](https://plugins.gradle.org/plugin/com.diffplug.atplug)
+ -Contributions welcome for maven, etc.
+- a harness for mocking in tests `com.diffplug.atplug:atplug-test-harness`
43
+ - built-in support for JUnit5, PRs for other test frameworks welcome
44
45
It is in production usage at [DiffPlug](https://www.diffplug.com).
46
0 commit comments