[build] Use released version of p2gen plugin

This commit is contained in:
Miro Spönemann 2017-01-06 13:37:53 +01:00
parent f8ccfdc689
commit 09a24e0af9
2 changed files with 3 additions and 7 deletions

View file

@ -7,15 +7,10 @@ import java.time.LocalDateTime
buildscript {
apply from: "${rootDir}/gradle/versions.gradle"
repositories {
jcenter()
maven {
url 'http://services.typefox.io/open-source/jenkins/job/gradle-plugins/lastStableBuild/artifact/build/maven-repository/'
}
}
repositories.jcenter()
dependencies {
classpath "org.xtext:xtext-gradle-plugin:$versions.xtend_plugin"
classpath 'io.typefox.gradle:io.typefox.gradle.p2gen:0.1.0'
classpath "io.typefox.gradle:gradle-p2gen:$versions.gradle_plugins"
}
}

View file

@ -7,6 +7,7 @@ version = '2.11.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.11.0.beta2',
'gradle_plugins': '0.1.0',
'xtend_plugin': '1.0.14',
'lsp4j': '0.1.0-SNAPSHOT',
'log4j': '1.2.16',