mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Merge pull request #904 from eclipse/cd_xtext_issue1280_shadow
[eclipse/xtext#1280] updated version of shadow jar plugin
This commit is contained in:
commit
242a271406
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '2.0.0'
|
||||
id 'com.github.johnrengelman.shadow' version '4.0.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -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»
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue