Skip to content

Commit 3cfbd16

Browse files
committed
use new itemis nexus
1 parent a0ff08a commit 3cfbd16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ intellijPluginVersion=0.7.2
22
kotlinVersion=1.4.31
33
targetJvm=11
44
intellijVersion=2021.1
5-
mpsVersion=2021.1.3
5+
mpsVersion=2021.1.4
66

77
# Give JitPack some time to build
88
systemProp.org.gradle.internal.http.connectionTimeout=180000

ide-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55

66
repositories {
77
mavenCentral()
8-
maven { url = uri("https://projects.itemis.de/nexus/content/repositories/mbeddr") }
98
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven") }
9+
maven { url = uri("https://artifacts.itemis.cloud/repository/maven-mps/") }
1010
}
1111

1212
val intellijVersion: String by project

0 commit comments

Comments
 (0)