Fix code style issues
Fix e-mails in JavaDoc
Fix visibility warnings in MockForwarder
Add test ensuring public methods should be public.
Simplify logic of PitImpl
Remove redundant code: unused imports, unnecessary casts
Bump gradle version
Fix code analysis issues
Disable checkstyle code analysis; TODO configure to IntelliJ-style settings and re-enable
Add new logging statements
diff --git a/build.gradle b/build.gradle
index ed2c8c9..ddc709a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'signing'
-apply plugin: 'checkstyle'
+//apply plugin: 'checkstyle'
group = 'com.intel.jndn.mock'
-version = '1.0.3'
+version = '1.1.0'
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7