11 lines
261 B
Groovy
11 lines
261 B
Groovy
plugins {
|
|
id 'java'
|
|
id 'org.springframework.boot' version '3.5.8'
|
|
id 'io.spring.dependency-management' version '1.1.7'
|
|
}
|
|
|
|
group = 'br.com.rayankonecny'
|
|
version = '1.0.0'
|
|
description = 'project config-server'
|
|
|
|
apply from: 'gradle/plugins/dependencies.gradle'
|