File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
bulk-model-sync-gradle-test Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
25
25
}
26
26
27
27
plugins {
28
- kotlin( " jvm" )
28
+ alias(libs.plugins.kotlin. jvm)
29
29
id(" org.modelix.bulk-model-sync" )
30
30
}
31
31
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" org.modelix.model-api-gen" )
3
3
`maven- publish`
4
- kotlin( " jvm " ) version " 1.9.0 "
4
+ alias(libs.plugins.kotlin.jvm)
5
5
}
6
6
7
7
repositories {
Original file line number Diff line number Diff line change @@ -25,4 +25,17 @@ pluginManagement {
25
25
maven { url = uri(" https://artifacts.itemis.cloud/repository/maven-mps/" ) }
26
26
mavenCentral()
27
27
}
28
+ dependencyResolutionManagement {
29
+ repositories {
30
+ mavenLocal()
31
+ gradlePluginPortal()
32
+ maven { url = uri(" https://artifacts.itemis.cloud/repository/maven-mps/" ) }
33
+ mavenCentral()
34
+ }
35
+ versionCatalogs {
36
+ create(" libs" ) {
37
+ from(" org.modelix:core-version-catalog:$modelixCoreVersion " )
38
+ }
39
+ }
40
+ }
28
41
}
Original file line number Diff line number Diff line change @@ -19,12 +19,24 @@ pluginManagement {
19
19
plugins {
20
20
id(" org.modelix.bulk-model-sync" ) version modelixCoreVersion
21
21
id(" org.modelix.model-api-gen" ) version modelixCoreVersion
22
- kotlin(" jvm" ) version " 1.9.0"
23
22
}
24
23
repositories {
25
24
mavenLocal()
26
25
gradlePluginPortal()
27
26
maven { url = uri(" https://artifacts.itemis.cloud/repository/maven-mps/" ) }
28
27
mavenCentral()
29
28
}
29
+ dependencyResolutionManagement {
30
+ repositories {
31
+ mavenLocal()
32
+ gradlePluginPortal()
33
+ maven { url = uri(" https://artifacts.itemis.cloud/repository/maven-mps/" ) }
34
+ mavenCentral()
35
+ }
36
+ versionCatalogs {
37
+ create(" libs" ) {
38
+ from(" org.modelix:core-version-catalog:$modelixCoreVersion " )
39
+ }
40
+ }
41
+ }
30
42
}
You can’t perform that action at this time.
0 commit comments