From ae364c775d0ba977d8e2a8dbc6b78917a9148892 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Sun, 8 Jan 2017 16:56:34 -0600 Subject: [PATCH] bump source compatability --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 63bd073506..b1dd30502f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.github.sanity' -version '0.0.2' +version '0.0.3' buildscript { ext.kotlin_version = '1.1-M04' @@ -27,7 +27,7 @@ apply plugin: 'maven' apply plugin: 'org.jetbrains.dokka' apply plugin: "info.solidsoft.pitest" -sourceCompatibility = 1.6 +sourceCompatibility = 1.8 repositories { mavenCentral()