9 lines
213 B
Groovy
9 lines
213 B
Groovy
plugins {
|
|
id 'org.springframework.boot' version '3.5.7' apply false
|
|
id 'io.spring.dependency-management' version '1.1.7' apply false
|
|
}
|
|
|
|
allprojects {
|
|
group = 'me.ahlroos'
|
|
version = '1.0-SNAPSHOT'
|
|
} |