Skip to content

Commit

Permalink
KSP 2: support KSP2 in gradle-plugin:test
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Sep 21, 2023
1 parent 8db50ae commit 7d04236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
compileOnly(project(":api"))
testImplementation(gradleApi())
testImplementation(project(":api"))
testImplementation(project(":common-util"))
testImplementation("junit:junit:$junitVersion")
testImplementation("com.google.truth:truth:$googleTruthVersion")
testImplementation(gradleTestKit())
Expand Down Expand Up @@ -140,6 +141,7 @@ tasks.named<Test>("test").configure {
dependsOn(":api:publishAllPublicationsToTestRepository")
dependsOn(":gradle-plugin:publishAllPublicationsToTestRepository")
dependsOn(":symbol-processing:publishAllPublicationsToTestRepository")
dependsOn(":kotlin-analysis-api:publishAllPublicationsToTestRepository")
}

abstract class WriteVersionSrcTask @Inject constructor(
Expand Down

0 comments on commit 7d04236

Please sign in to comment.