Skip to content

Commit e6be49b

Browse files
committed
bump shadow plugin
Signed-off-by: Christian Dietrich <[email protected]>
1 parent abbe6b9 commit e6be49b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

org.eclipse.xtext.tests/testdata/wizard-expectations/lsGradleFatjar/lsGradleFatjar.parent/lsGradleFatjar.ide/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.6'
2+
id 'com.gradleup.shadow' version '9.3.1'
33
}
44

55
dependencies {

org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.xtend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2015, 2025 itemis AG (http://www.itemis.eu) and others.
2+
* Copyright (c) 2015, 2026 itemis AG (http://www.itemis.eu) and others.
33
* This program and the accompanying materials are made available under the
44
* terms of the Eclipse Public License 2.0 which is available at
55
* http://www.eclipse.org/legal/epl-2.0.
@@ -311,7 +311,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
311311
pluginsSection = '''
312312
«IF config.languageServer === LanguageServer.FATJAR»
313313
plugins {
314-
id 'com.gradleup.shadow' version '8.3.6'
314+
id 'com.gradleup.shadow' version '9.3.1'
315315
}
316316
317317
«ENDIF»

org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/IdeProjectDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, 2025 itemis AG (http://www.itemis.eu) and others.
2+
* Copyright (c) 2015, 2026 itemis AG (http://www.itemis.eu) and others.
33
* This program and the accompanying materials are made available under the
44
* terms of the Eclipse Public License 2.0 which is available at
55
* http://www.eclipse.org/legal/epl-2.0.
@@ -1094,7 +1094,7 @@ public GradleBuildFile buildGradle() {
10941094
_builder.append("plugins {");
10951095
_builder.newLine();
10961096
_builder.append("\t");
1097-
_builder.append("id \'com.gradleup.shadow\' version \'8.3.6\'");
1097+
_builder.append("id \'com.gradleup.shadow\' version \'9.3.1\'");
10981098
_builder.newLine();
10991099
_builder.append("}");
11001100
_builder.newLine();

0 commit comments

Comments
 (0)