mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Build against the equivalent branch
This commit is contained in:
parent
1fb8d6e032
commit
384d395c61
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ repositories {
|
|||
jcenter()
|
||||
if (findProperty('useJenkinsSnapshots') == 'true') {
|
||||
maven { url "http://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository/" }
|
||||
maven { url jenkinsPipelineRepo('xtext-lib') }
|
||||
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-lib/job/sz_regenerateAllLanguages/lastSuccessfulBuild/artifact/build/maven-repository/' }
|
||||
} else {
|
||||
mavenLocal()
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
|
|
Loading…
Reference in a new issue