Enable plugin and configure the 3.3.x generation
See gh-61
This commit is contained in:
11
build.gradle
Normal file
11
build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id "org.springframework.lifecycle.smoke-test-ci"
|
||||
}
|
||||
|
||||
smokeTests {
|
||||
'3.3.x' {
|
||||
branch = 'main'
|
||||
location = "../main"
|
||||
cronSchedule = "10 0 * * *"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user