Skip to content

Commit

Permalink
Replace dependency on JRE8 with JDK8 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mew-s authored and johnlcox committed Jul 9, 2018
1 parent dce267d commit 7849f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subprojects {

dependencyManagement {
dependencies {
dependency "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
dependency "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
dependency "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" // managing version up
dependency "com.google.inject:guice:$guice_version"
dependency "com.google.inject.extensions:guice-multibindings:$guice_version"
Expand Down

0 comments on commit 7849f01

Please sign in to comment.