Skip to content

Commit

Permalink
adopt changes encouraged by @sergej-koscejev in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KemalSoysal committed Aug 1, 2023
1 parent a009734 commit d313aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//will pull the groovy classes/types from nexus to the classpath
buildscript {
repositories {
mavenLocal()
maven { url 'https://artifacts.itemis.cloud/repository/maven-mps/' }
}
}
plugins {
id 'de.itemis.mps.gradle.common' version '1.13.+'
id "com.github.breadmoirai.github-release" version "2.4.1"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
mavenLocal()
maven { url 'https://artifacts.itemis.cloud/repository/maven-mps' }

// Need to manually include the default Gradle plugin portal repository when overriding the defaults.
Expand Down

0 comments on commit d313aeb

Please sign in to comment.