Skip to content

Commit c69d621

Browse files
authored
Update build.gradle
removed not needed buildscript repositories part
1 parent c931678 commit c69d621

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

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

11-
//will pull the groovy classes/types from nexus to the classpath
12-
buildscript {
13-
repositories {
14-
maven { url = 'https://artifacts.itemis.cloud/repository/maven-mps/' }
15-
}
16-
}
17-
1811
plugins {
1912
id 'base'
2013
id 'maven-publish'

0 commit comments

Comments
 (0)