Enable plugin and configure the 3.3.x generation

See gh-61
This commit is contained in:
Stéphane Nicoll
2024-07-16 15:29:34 +02:00
parent 9138f2fc2e
commit 4800f8e18c

11
build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id "org.springframework.lifecycle.smoke-test-ci"
}
smokeTests {
'3.3.x' {
branch = 'main'
location = "../main"
cronSchedule = "10 0 * * *"
}
}