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

Commit

Permalink
Removed dependency to xtext-idea, disabled xtend.idea build
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed May 17, 2017
1 parent c44be3c commit 7ff9e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions gradle/upstream-repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ repositories {
maven { url jenkinsPipelineRepo('xtext-core') }
maven { url jenkinsPipelineRepo('xtext-extras') }
maven { url jenkinsPipelineRepo('xtext-eclipse') }
maven { url jenkinsPipelineRepo('xtext-idea') }
} else {
mavenLocal()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
// Artifacts of xtext-idea are not available as public snapshots, so add the Jenkins repository
maven { url jenkinsPipelineRepo('xtext-idea') }
}
}
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ include 'org.eclipse.xtend.core'
include 'org.eclipse.xtend.ide.common'
include 'org.eclipse.xtend.core.tests'
include 'org.eclipse.xtend.core.tests.java8'
include 'org.eclipse.xtend.idea'

// https://github.com/eclipse/xtext-xtend/issues/11
// https://github.com/eclipse/xtext-xtend/issues/62
//include 'org.eclipse.xtend.idea.tests'

0 comments on commit 7ff9e4e

Please sign in to comment.