mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1507] Adjust lsp4j upstream URL / Use env.JENKINS_URL
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
This commit is contained in:
parent
65667e8616
commit
98da296763
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ def jenkinsPipelineRepo = { jobName, branch ->
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
if (findProperty('useJenkinsSnapshots') == 'true') {
|
if (findProperty('useJenkinsSnapshots') == 'true') {
|
||||||
maven { url "https://ci.eclipse.org/xtext/job/lsp4j/job/master/$MVN_REPOPATH" }
|
maven { url "$JENKINS_URL/job/lsp4j/$MVN_REPOPATH" }
|
||||||
maven { url jenkinsPipelineRepo('xtext-lib','autodetect') }
|
maven { url jenkinsPipelineRepo('xtext-lib','autodetect') }
|
||||||
} else {
|
} else {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>lsp4j</id>
|
<id>lsp4j</id>
|
||||||
<url>https://ci.eclipse.org/xtext/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository</url>
|
<url>${JENKINS_URL}/job/lsp4j/lastStableBuild/artifact/build/maven-repository</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>lib</id>
|
<id>lib</id>
|
||||||
|
|
Loading…
Reference in a new issue