Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
remove ktorm-ksp-tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
lookup-cat committed Sep 20, 2022
1 parent 879ed1d commit d67f0c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ktorm-ksp-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies {
api(project(":ktorm-ksp-spi"))
implementation(libs.evoInflector)
implementation(libs.ktfmt)
testImplementation(project(":ktorm-ksp-tests"))
testImplementation(project(":ktorm-ksp-compiler"))
testImplementation(libs.junit)
testImplementation(libs.assertj.core)
testImplementation(libs.kotlinCompileTesting)
testImplementation(libs.kotlinCompileTesting.ksp)
testImplementation(libs.h2database)
}

configureMavenPublishing()
1 change: 0 additions & 1 deletion ktorm-ksp-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies {
api(libs.ktorm.core)
api(libs.ksp.api)
api(libs.kotlinpoet.ksp)
testImplementation(project(":ktorm-ksp-tests"))
}

configureMavenPublishing()
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ include("ktorm-ksp-api")
include("ktorm-ksp-spi")
include("ktorm-ksp-compiler")
include("ktorm-ksp-example")
include("ktorm-ksp-tests")

0 comments on commit d67f0c3

Please sign in to comment.