File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
org.eclipse.xtext.tests/testdata/wizard-expectations/lsGradleFatjar/lsGradleFatjar.parent/lsGradleFatjar.ide
org.eclipse.xtext.xtext.wizard
src/org/eclipse/xtext/xtext/wizard
xtend-gen/org/eclipse/xtext/xtext/wizard Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradleup.shadow' version ' 8 .3.6 '
2+ id ' com.gradleup.shadow' version ' 9 .3.1 '
33}
44
55dependencies {
Original file line number Diff line number Diff line change 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»
Original file line number Diff line number Diff line change 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 ();
You can’t perform that action at this time.
0 commit comments