Skip to content

Commit 672f17f

Browse files
authored
Remove unused code from build script (#1190)
Remove descriptions related to the previously deleted unit-test module.
2 parents c003757 + dc4303c commit 672f17f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ val testJavaLangVersion: Int = project.properties["testJavaLangVersion"].toStrin
1515

1616
val modularProjects: List<Project> = subprojects.filter { it.name.startsWith("doma-") }
1717
val integrationTestProjects: List<Project> = subprojects.filter { it.name.startsWith("integration-test-") }
18-
val unitTestProjects: List<Project> = subprojects.filter { it.name.startsWith("unit-test") }
1918

2019
val encoding: String by project
2120
val isReleaseVersion = !version.toString().endsWith("SNAPSHOT")
@@ -278,17 +277,6 @@ configure(integrationTestProjects) {
278277
}
279278
}
280279

281-
configure(unitTestProjects) {
282-
apply(plugin = "java")
283-
apply(plugin = "com.diffplug.spotless")
284-
285-
tasks {
286-
test {
287-
useJUnitPlatform()
288-
}
289-
}
290-
}
291-
292280
rootProject.apply {
293281
release {
294282
newVersionCommitMessage.set("[Gradle Release Plugin] - [skip ci] new version commit: ")

0 commit comments

Comments
 (0)