Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse-xtext/xtext#2134] test with eclipse 4.27 snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Jan 16, 2023
1 parent 62b0ee6 commit f947644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/upstream-repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ repositories {
mavenCentral()
if (findProperty('useJenkinsSnapshots') == 'true') {
maven { url "$JENKINS_URL/job/lsp4j/$MVN_REPOPATH" }
maven { url "https://repo.eclipse.org/content/repositories" }
maven { url jenkinsPipelineRepo('xtext-lib','autodetect') }
} else {
mavenLocal()
Expand Down

0 comments on commit f947644

Please sign in to comment.