Skip to content

Commit

Permalink
Update ksp dependency to latest version on maven central.
Browse files Browse the repository at this point in the history
Fixes #2779

RELNOTES=N/A
PiperOrigin-RevId: 395460070
  • Loading branch information
bcorso authored and Dagger Team committed Sep 8, 2021
1 parent 38429f0 commit 9fbaff2
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -163,7 +163,7 @@ maven_install(
"com.android.tools.lint:lint-tests:%s" % ANDROID_LINT_VERSION,
"com.android.tools:testutils:%s" % ANDROID_LINT_VERSION,
"com.github.tschuchortdev:kotlin-compile-testing:1.2.8",
"com.google.devtools.ksp:symbol-processing-api:1.5.20-1.0.0-beta03",
"com.google.devtools.ksp:symbol-processing-api:1.5.30-1.0.0",
"com.google.guava:guava:27.1-android",
"junit:junit:4.13",
"org.jetbrains.kotlin:kotlin-stdlib:%s" % KOTLIN_VERSION,
Expand Down
2 changes: 0 additions & 2 deletions java/dagger/hilt/android/plugin/build.gradle
Expand Up @@ -19,7 +19,6 @@ buildscript {
agp_version = System.getenv('AGP_VERSION') ?: "7.0.0"
}
repositories {
google()
mavenCentral()
jcenter()
}
Expand All @@ -33,7 +32,6 @@ plugins {
}

repositories {
google()
mavenCentral()
jcenter()
}
Expand Down
Expand Up @@ -16,15 +16,13 @@

buildscript {
repositories {
google()
jcenter()
}
}

allprojects {
repositories {
mavenLocal()
google()
jcenter()
}
}
Expand Up @@ -116,7 +116,6 @@ class GradleTestRunner(val tempFolder: TemporaryFolder) {
"""
buildscript {
repositories {
google()
jcenter()
}
dependencies {
Expand Down Expand Up @@ -149,7 +148,6 @@ class GradleTestRunner(val tempFolder: TemporaryFolder) {
allprojects {
repositories {
mavenLocal()
google()
jcenter()
}
}
Expand Down
Expand Up @@ -132,7 +132,6 @@ class IncrementalProcessorTest(private val incapMode: String) {
"""
buildscript {
repositories {
google()
jcenter()
}
dependencies {
Expand Down Expand Up @@ -168,7 +167,6 @@ class IncrementalProcessorTest(private val incapMode: String) {
repositories {
mavenLocal()
google()
jcenter()
}
Expand Down
2 changes: 0 additions & 2 deletions javatests/artifacts/dagger-android/simple/build.gradle
Expand Up @@ -19,7 +19,6 @@ buildscript {
agp_version = System.getenv('AGP_VERSION') ?: "4.2.0"
}
repositories {
google()
jcenter()
}
dependencies {
Expand All @@ -29,7 +28,6 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenLocal()
Expand Down
1 change: 0 additions & 1 deletion javatests/artifacts/dagger/simple/build.gradle
Expand Up @@ -20,7 +20,6 @@ plugins {
}

repositories {
google()
mavenCentral()
mavenLocal()
}
Expand Down
1 change: 0 additions & 1 deletion javatests/artifacts/dagger/simpleKotlin/build.gradle
Expand Up @@ -25,7 +25,6 @@ plugins {
}

repositories {
google()
mavenCentral()
mavenLocal()
}
Expand Down
2 changes: 0 additions & 2 deletions javatests/artifacts/hilt-android/simple/build.gradle
Expand Up @@ -21,7 +21,6 @@ buildscript {
agp_version = System.getenv('AGP_VERSION') ?: "4.2.0"
}
repositories {
google()
jcenter()
mavenLocal()
}
Expand All @@ -34,7 +33,6 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenLocal()
Expand Down
2 changes: 0 additions & 2 deletions javatests/artifacts/hilt-android/simpleKotlin/build.gradle
Expand Up @@ -20,7 +20,6 @@ buildscript {
agp_version = System.getenv('AGP_VERSION') ?: "4.2.0"
}
repositories {
google()
jcenter()
mavenLocal()
}
Expand All @@ -33,7 +32,6 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenLocal()
Expand Down
1 change: 0 additions & 1 deletion tools/shader/build.gradle
Expand Up @@ -26,7 +26,6 @@ plugins {
}

repositories {
google()
mavenCentral()
mavenLocal()
}
Expand Down

0 comments on commit 9fbaff2

Please sign in to comment.