mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
fix repo URLs
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
This commit is contained in:
parent
825ba2fb46
commit
3ff5e4899d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
subprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'http://services.typefox.io/open-source/jenkins//job/lsapi/lastSuccessfulBuild/artifact/build/maven-repository/' }
|
||||
maven { url 'http://services.typefox.io/open-source/jenkins//job/xtext-lib/job/master/lastStableBuild/artifact/build/maven-repository/' }
|
||||
maven { url 'http://services.typefox.io/open-source/jenkins/job/lsapi/lastStableBuild/artifact/build/maven-repository/' }
|
||||
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-lib/job/master/lastStableBuild/artifact/build/maven-repository/' }
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
|
Loading…
Reference in a new issue