update shadow plugin

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-11-15 10:54:31 +01:00
parent 1da64d7f29
commit c07cf502ac
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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»

View file

@ -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();