File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ import java.time.LocalDate
7
7
import java.time.format.DateTimeFormatter
8
8
import java.time.format.FormatStyle
9
9
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
-
17
10
plugins {
18
11
id ' base'
19
12
id ' maven-publish'
@@ -23,18 +16,11 @@ plugins {
23
16
id " org.cyclonedx.bom" version " 1.8.2"
24
17
}
25
18
26
- ext. dependencyRepositories = [
27
- ' https://artifacts.itemis.cloud/repository/maven-mps/'
28
- ]
29
-
30
19
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/'
37
22
}
23
+
38
24
mavenCentral()
39
25
}
40
26
You can’t perform that action at this time.
0 commit comments