Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Remove Java 8 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryk committed Jan 15, 2022
1 parent 2be3f2e commit 308cc22
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions components/tooling/detekt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'

targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8

dependencies {
implementation Dependencies.kotlin_stdlib
implementation Dependencies.tools_detekt_api
Expand Down
11 changes: 0 additions & 11 deletions components/tooling/glean-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,3 @@ tasks.register("testRelease") {
// behaves like our others and we do not need to special case it in automation.
}
}

compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
3 changes: 0 additions & 3 deletions components/tooling/lint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'

targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8

dependencies {
compileOnly Dependencies.tools_lintapi
compileOnly Dependencies.tools_lintchecks
Expand Down

0 comments on commit 308cc22

Please sign in to comment.