Skip to content

Commit 899bcc2

Browse files
committed
feat: added github maven repos for intellij-common
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 58e240e commit 899bcc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ java {
3333
repositories {
3434
mavenLocal()
3535
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") }
3638
mavenCentral()
3739
intellijPlatform {
3840
defaultRepositories()

0 commit comments

Comments
 (0)