Merge pull request #904 from eclipse/cd_xtext_issue1280_shadow

[eclipse/xtext#1280] updated version of shadow jar plugin
This commit is contained in:
Christian Dietrich 2018-10-13 09:33:00 +02:00 committed by GitHub
commit 242a271406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.0'
id 'com.github.johnrengelman.shadow' version '4.0.1'
}
dependencies {

View file

@ -322,7 +322,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
pluginsSection = '''
«IF config.languageServer === LanguageServer.FATJAR»
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.0'
id 'com.github.johnrengelman.shadow' version '4.0.1'
}
«ENDIF»

View file

@ -1141,7 +1141,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.append("plugins {");
_builder.newLine();
_builder.append("\t");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'2.0.0\'");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'4.0.1\'");
_builder.newLine();
_builder.append("}");
_builder.newLine();