Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
bump source compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 8, 2017
1 parent f59bc1f commit ae364c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.0.2'
version '0.0.3'

buildscript {
ext.kotlin_version = '1.1-M04'
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit ae364c7

Please sign in to comment.