We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e240e commit 899bcc2Copy full SHA for 899bcc2
build.gradle.kts
@@ -33,6 +33,8 @@ java {
33
repositories {
34
mavenLocal()
35
maven { url = uri("https://repository.jboss.org") }
36
+ maven { url = uri("https://raw.githubusercontent.com/redhat-developer/intellij-common/repository/snapshots") }
37
+ maven { url = uri("https://raw.githubusercontent.com/redhat-developer/intellij-common/repository/releases") }
38
mavenCentral()
39
intellijPlatform {
40
defaultRepositories()
0 commit comments