feat: establish AIOA identity and organization baseline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id("org.springframework.boot") version "3.5.3" apply false
|
||||
id("io.spring.dependency-management") version "1.1.7" apply false
|
||||
kotlin("jvm") version "2.1.21" apply false
|
||||
kotlin("plugin.spring") version "2.1.21" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "com.all8ai.aioa"
|
||||
version = "0.1.0-SNAPSHOT"
|
||||
}
|
||||
Reference in New Issue
Block a user