Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 1285e76

Browse files
author
Kato Shinya
committed
fixed build script
1 parent 1f18e21 commit 1285e76

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ dependencies {
7272
implementation 'org.thinkit.api.catalog:catalog-api:v1.0.2'
7373
}
7474

75+
test {
76+
useJUnitPlatform()
77+
78+
testLogging {
79+
showStandardStreams true
80+
events 'started', 'skipped', 'passed', 'failed'
81+
exceptionFormat 'full'
82+
}
83+
}
84+
7585
lombok {
7686
version = "1.18.16"
7787
}
@@ -88,16 +98,6 @@ task delombok( type: DelombokTask ) {
8898
}
8999
}
90100

91-
test {
92-
useJUnitPlatform()
93-
94-
testLogging {
95-
showStandardStreams true
96-
events 'started', 'skipped', 'passed', 'failed'
97-
exceptionFormat 'full'
98-
}
99-
}
100-
101101
javadoc {
102102
dependsOn delombok
103103

0 commit comments

Comments
 (0)