diff --git a/.gitignore b/.gitignore index f6eb731..922dc59 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,5 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests +.idea/ + diff --git a/README.adoc b/README.adoc index e8d87b3..daaf803 100644 --- a/README.adoc +++ b/README.adoc @@ -3,3 +3,9 @@ Live coding support of my `Property tests: Write fewer tests, find more bugs` ta * Each class' name is the type of property we can find on such code. Of course this is not exhaustive. * The test files contain both classical unit tests (annotated with `@Test`) as well as property tests (annotated with `@Property`). + +== Build +``` +./gradlew build +``` +Runs all tests. diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 28861d2..0000000 Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index e3e99db..0000000 --- a/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,6 +0,0 @@ -#Fri Dec 21 15:14:58 CET 2018 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip