Skip to content

Commit

Permalink
Delete Android test
Browse files Browse the repository at this point in the history
Tetig with Android is not really needed in this plugin, as it
has nothing Android-specific, and Android support has been
removed from net.ltgt.errorprone v3.0.0.
  • Loading branch information
tbroyer committed Nov 6, 2022
1 parent 12d434e commit 41c9168
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 372 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import com.android.Version
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

Expand Down Expand Up @@ -54,7 +53,11 @@ val errorproneVersion = "2.10.0"

repositories {
mavenCentral()
google()
google {
content {
onlyForConfigurations(configurations.lintClassPath.name)
}
}
gradlePluginPortal()
}
dependencies {
Expand All @@ -77,7 +80,6 @@ dependencies {
}

additionalPluginClasspath("net.ltgt.gradle:gradle-errorprone-plugin:$errorpronePluginVersion")
additionalPluginClasspath("com.android.tools.build:gradle:${Version.ANDROID_GRADLE_PLUGIN_VERSION}")
}

tasks {
Expand Down
Loading

0 comments on commit 41c9168

Please sign in to comment.