File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ val testJavaLangVersion: Int = project.properties["testJavaLangVersion"].toStrin
1515
1616val modularProjects: List <Project > = subprojects.filter { it.name.startsWith(" doma-" ) }
1717val integrationTestProjects: List <Project > = subprojects.filter { it.name.startsWith(" integration-test-" ) }
18- val unitTestProjects: List <Project > = subprojects.filter { it.name.startsWith(" unit-test" ) }
1918
2019val encoding: String by project
2120val 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-
292280rootProject.apply {
293281 release {
294282 newVersionCommitMessage.set(" [Gradle Release Plugin] - [skip ci] new version commit: " )
You can’t perform that action at this time.
0 commit comments