diff --git a/build.gradle b/build.gradle index 32376aac..f0f12982 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'idea' apply plugin: 'maven' -project.version = "1.1.2" +project.version = "1.1.3" project.group = 'com.github.codingchili.chili-core' subprojects { diff --git a/core/test/java/com/codingchili/core/listener/RestRequestTest.java b/core/test/java/com/codingchili/core/listener/RestRequestTest.java index 4bc5998d..679db27f 100644 --- a/core/test/java/com/codingchili/core/listener/RestRequestTest.java +++ b/core/test/java/com/codingchili/core/listener/RestRequestTest.java @@ -355,6 +355,11 @@ public void fail(Throwable throwable) { } + @Override + public void fail(int i, Throwable throwable) { + + } + @Override public RoutingContext put(String s, Object o) { return null;