From 09e7129e1140194a48f87f0a4f840124d89f3613 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 29 Dec 2017 15:59:50 +0800 Subject: [PATCH] settings jdk8 --- build.gradle | 5 +++-- jitpack.xml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 jitpack.xml diff --git a/build.gradle b/build.gradle index aa05398..ecafb87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.Dean1990' android { compileSdkVersion 19 @@ -25,8 +27,7 @@ dependencies { } -apply plugin: 'com.github.dcendents.android-maven' -group='com.github.Dean1990' + // build a jar with source files task sourcesJar(type: Jar) { diff --git a/jitpack.xml b/jitpack.xml new file mode 100644 index 0000000..66c1729 --- /dev/null +++ b/jitpack.xml @@ -0,0 +1,2 @@ +jdk: + - oraclejdk8 \ No newline at end of file