1 parent 9d2e7d8 commit 855ff36Copy full SHA for 855ff36
1 file changed
settings.gradle.kts
@@ -1,7 +1,3 @@
1
-plugins {
2
- id("io.github.ben-manes.versions.settings") version "0.61.0"
3
-}
4
-
5
dependencyResolutionManagement {
6
repositories {
7
mavenCentral()
@@ -14,4 +10,8 @@ dependencyResolutionManagement {
14
10
}
15
11
16
12
13
+plugins {
+ id("io.github.ben-manes.versions.settings") version "0.61.0"
+}
+
17
rootProject.name = "openapi-processor-json"
0 commit comments