mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
update shadow plugin
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
1da64d7f29
commit
c07cf502ac
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -319,7 +319,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
pluginsSection = '''
|
||||
«IF config.languageServer === LanguageServer.FATJAR»
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
||||
}
|
||||
|
||||
«ENDIF»
|
||||
|
|
|
@ -1121,7 +1121,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
_builder.append("plugins {");
|
||||
_builder.newLine();
|
||||
_builder.append("\t");
|
||||
_builder.append("id \'com.github.johnrengelman.shadow\' version \'7.0.0\'");
|
||||
_builder.append("id \'com.github.johnrengelman.shadow\' version \'7.1.0\'");
|
||||
_builder.newLine();
|
||||
_builder.append("}");
|
||||
_builder.newLine();
|
||||
|
|
Loading…
Reference in a new issue