Skip to content

Commit

Permalink
Merge 6712ac9 into 7987d35
Browse files Browse the repository at this point in the history
  • Loading branch information
OdysseusLives committed Nov 19, 2020
2 parents 7987d35 + 6712ac9 commit fd890c7
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 33 deletions.
20 changes: 19 additions & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ import org.gradle.util.GradleVersion
plugins {
id 'nebula.plugin-plugin' version '14.5.0'
id 'nebula.optional-base' version '3.1.0'
id 'nebula.kotlin' version '1.3.61'
id "org.jetbrains.kotlin.jvm" version "1.4.10"
id 'java-gradle-plugin'
}

Expand Down Expand Up @@ -125,3 +125,21 @@ tasks.withType(Test) {
}
}
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

idea {
project {
jdkName = '1.8'
languageLevel = '1.8'
}
}

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
jvmTarget = '1.8'
}
}
85 changes: 53 additions & 32 deletions dependencies.lock
@@ -1,4 +1,9 @@
{
"apiDependenciesMetadata": {
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.4.10"
}
},
"compileClasspath": {
"com.fasterxml.jackson:jackson-bom": {
"locked": "2.9.9.20190807",
Expand All @@ -21,16 +26,16 @@
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
"locked": "2.10",
"requested": "2.10"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"implementationDependenciesMetadata": {
Expand All @@ -55,16 +60,21 @@
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
"locked": "2.10",
"requested": "2.10"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"integTestApiDependenciesMetadata": {
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.4.10"
}
},
"integTestCompileClasspath": {
Expand Down Expand Up @@ -101,11 +111,11 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.8.6",
"locked": "7.9.4",
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
Expand All @@ -117,8 +127,14 @@
"requested": "3.0.0-beta.1"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"integTestImplementationDependenciesMetadata": {
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"integTestRuntimeClasspath": {
Expand Down Expand Up @@ -155,11 +171,11 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.8.6",
"locked": "7.9.4",
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
Expand All @@ -171,8 +187,8 @@
"requested": "3.0.0-beta.1"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"jacocoAgent": {
Expand All @@ -187,13 +203,18 @@
},
"kotlinCompilerClasspath": {
"org.jetbrains.kotlin:kotlin-compiler-embeddable": {
"locked": "1.3.61"
"locked": "1.4.10"
}
},
"kotlinCompilerPluginClasspath": {
"org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"kotlinKlibCommonizerClasspath": {
"org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable": {
"locked": "1.4.10"
}
},
"runtimeClasspath": {
Expand All @@ -218,16 +239,16 @@
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
"locked": "2.10",
"requested": "2.10"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"testCompileClasspath": {
Expand Down Expand Up @@ -264,11 +285,11 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.8.6",
"locked": "7.9.4",
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
Expand All @@ -280,8 +301,8 @@
"requested": "3.0.0-beta.1"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"testImplementationDependenciesMetadata": {
Expand Down Expand Up @@ -318,11 +339,11 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.8.6",
"locked": "7.9.4",
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
Expand All @@ -334,8 +355,8 @@
"requested": "3.0.0-beta.1"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
},
"testRuntimeClasspath": {
Expand Down Expand Up @@ -372,11 +393,11 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.8.6",
"locked": "7.9.4",
"requested": "latest.release"
},
"com.squareup.moshi:moshi": {
"locked": "1.9.2",
"locked": "1.11.0",
"requested": "1.+"
},
"joda-time:joda-time": {
Expand All @@ -388,8 +409,8 @@
"requested": "3.0.0-beta.1"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": {
"locked": "1.3.61",
"requested": "1.3.61"
"locked": "1.4.10",
"requested": "1.4.10"
}
}
}

0 comments on commit fd890c7

Please sign in to comment.