diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..4cd3e33 --- /dev/null +++ b/build.gradle @@ -0,0 +1,11 @@ +plugins { + id "org.springframework.lifecycle.smoke-test-ci" +} + +smokeTests { + '3.3.x' { + branch = 'main' + location = "../main" + cronSchedule = "10 0 * * *" + } +} \ No newline at end of file