First major release #68

Merged
hitanshu merged 70 commits from test into main 2025-09-20 18:10:19 +00:00
Showing only changes of commit 196cf74a72 - Show all commits

View File

@ -13,6 +13,10 @@ java {
}
}
test {
systemProperty 'spring.profiles.active', 'test'
}
repositories {
mavenCentral()
}