Skip to content

Commit f01d479

Browse files
committed
fix: remove useless build code.
1 parent 3b3cc30 commit f01d479

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

buildSrc/src/main/groovy/java-conv.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,4 @@ test {
5050
}
5151

5252
reports.html.required = false
53-
}
54-
55-
if (project.hasProperty('native')) {
56-
println("native project " + project.name)
57-
test.onlyIf { rootProject.hasProperty('testNative') }
5853
}

0 commit comments

Comments
 (0)