Skip to content

Commit

Permalink
[eclipse/xtext#1424] Change default Jenkins to ci.eclipse.org
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
  • Loading branch information
Karsten Thoms committed Apr 2, 2019
1 parent 5335f18 commit 00f5391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'io.typefox.osspub'
apply from: 'artifacts.gradle'

if (!hasProperty('JENKINS_URL')) {
ext.JENKINS_URL = 'http://services.typefox.io/open-source/jenkins'
ext.JENKINS_URL = 'https://ci.eclipse.org/xtext'
}

def mavenSource = findProperty('mavenSource')
Expand Down

0 comments on commit 00f5391

Please sign in to comment.