Skip to content

Commit

Permalink
Fix itemis artifact storage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenschindlercpp committed Feb 20, 2024
1 parent aef6e2d commit ce3b49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.time.format.FormatStyle
buildscript {
repositories {
mavenCentral()
maven { url 'https://projects.itemis.de/nexus/content/repositories/mbeddr' }
maven { url 'https://artifacts.itemis.cloud/nexus/content/repositories/mbeddr' }
}
dependencies {
classpath 'de.itemis.mps:mps-gradle-plugin:1.2.175.cc60dc8'
Expand All @@ -20,7 +20,7 @@ plugins {
id 'maven-publish'
id "co.riiid.gradle" version "0.4.2"
}

d
def incrementalBuild = !project.hasProperty("disableIncrementalBuild")
def artifactsDir = new File(buildDir, 'artifacts')

Expand Down

0 comments on commit ce3b49c

Please sign in to comment.