aipok
03/19/2020, 9:04 PMbuildSrc
folder?gildor
03/22/2020, 11:26 PMtest
source set in buildSrc, the same as for any other Java/Kotlin Gradle project, it will be run automatically on buildSrc compilation
https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sourcesaipok
03/23/2020, 7:30 AMautomatically
. I solved that now using ./gradlew -p buildSrc test
command call from my CIgildor
03/25/2020, 3:21 PMaipok
03/25/2020, 3:22 PMgildor
03/25/2020, 3:23 PMaipok
03/25/2020, 3:23 PMbuildSrc
clean, right? But it did not run tests after that. Also I tried to modify the source files as well, same no results in build folder, nor logs in console. Will try to reflect it in sample project, lets see.