mirror of
https://github.com/jlengrand/gitpod-demo-empty.git
synced 2026-03-10 00:11:17 +00:00
8 lines
147 B
Groovy
8 lines
147 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://repo.spring.io/milestone' }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'gitpod-demo'
|