Skip to content

Commit e5f442e

Browse files
committed
Improve build.gradle: remove changes from old maintenance/mps20232 branch that is not direct related to migration
1 parent 8384cd7 commit e5f442e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

build.gradle

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ import java.time.LocalDate
77
import java.time.format.DateTimeFormatter
88
import java.time.format.FormatStyle
99

10-
//will pull the groovy classes/types from nexus to the classpath
11-
buildscript {
12-
repositories {
13-
maven { url 'https://artifacts.itemis.cloud/repository/maven-mps/' }
14-
}
15-
}
16-
1710
plugins {
1811
id 'base'
1912
id 'maven-publish'
@@ -23,18 +16,11 @@ plugins {
2316
id "org.cyclonedx.bom" version "1.8.2"
2417
}
2518

26-
ext.dependencyRepositories = [
27-
'https://artifacts.itemis.cloud/repository/maven-mps/'
28-
]
29-
3019
repositories {
31-
// we don't use mavenLocal() repo, since it can cause various issues with resolving dependencies,
32-
// see https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:case-for-maven-local
33-
for (repoUrl in project.dependencyRepositories) {
34-
maven {
35-
url repoUrl
36-
}
20+
maven {
21+
url 'https://artifacts.itemis.cloud/repository/maven-mps/'
3722
}
23+
3824
mavenCentral()
3925
}
4026

0 commit comments

Comments
 (0)