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

Commit

Permalink
hopefully build using jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 8, 2017
1 parent ae364c7 commit 2eddf3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.0.3'
version '0.0.4'

buildscript {
ext.kotlin_version = '1.1-M04'
Expand Down Expand Up @@ -28,6 +28,7 @@ apply plugin: 'org.jetbrains.dokka'
apply plugin: "info.solidsoft.pitest"

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenCentral()
Expand Down

0 comments on commit 2eddf3f

Please sign in to comment.