diff --git a/README.md b/README.md index f5fdc92d..63f242e6 100644 --- a/README.md +++ b/README.md @@ -311,17 +311,7 @@ For Maven add: ``` -For Gradle add: - -```groovy -dependencies { - testRuntime "org.jetbrains.kotlinx:atomicfu:$atomicfu_version" -} - -task lockFreedomTest(type: Test, dependsOn: testClasses) { - include '**/*LFTest.*' -} -``` +For Gradle there nothing else to add.