Switching library projects to java 8 compilation with exceptions for stdlib/runtime/reflect/test

This commit is contained in:
Ilya Chernikov
2017-08-03 15:42:28 +02:00
parent fca9478fd8
commit 3caa426b76
9 changed files with 47 additions and 9 deletions
+3 -1
View File
@@ -15,7 +15,7 @@ buildscript {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'kotlin'
configureJvmProject(project)
configureJvm6Project(project)
configurePublishing(project)
@@ -42,6 +42,7 @@ configurations {
proguardDeps
shadows
compileOnly.extendsFrom(shadows)
mainJar
}
dependencies {
@@ -174,6 +175,7 @@ task relocatedSourcesJar(type: Jar) {
def artifactJar = [file: file(outputJarPath), builtBy: proguard, name: archivesBaseName]
artifacts {
mainJar artifactJar
runtime artifactJar
archives artifactJar
archives relocatedSourcesJar