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

Commit 2eddf3f

Browse files
committed
hopefully build using jdk8
1 parent ae364c7 commit 2eddf3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.sanity'
2-
version '0.0.3'
2+
version '0.0.4'
33

44
buildscript {
55
ext.kotlin_version = '1.1-M04'
@@ -28,6 +28,7 @@ apply plugin: 'org.jetbrains.dokka'
2828
apply plugin: "info.solidsoft.pitest"
2929

3030
sourceCompatibility = 1.8
31+
targetCompatibility = 1.8
3132

3233
repositories {
3334
mavenCentral()

0 commit comments

Comments
 (0)