Files
Josh Cummings 50ffc04d54 Make Projects Individually Runnable
- This is important for running a project from an isolated directory
- It also helps the IDE to correctly download sources when debugging
a project
2024-07-31 17:35:43 -06:00

9 lines
211 B
Groovy

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
}