Skip to content

Commit 256cfa4

Browse files
authored
chore: remove duplicate gradle wrapper scripts from composite builds (#1721)
In order to keep intellij "happy" we need to have `gradle/wrapper/gradle.properties` (as otherwise it will attempt to recreate it). In order to avoid duplication of having multiple wrappers (oneper each composite build) potentially running different versions of Gradle, I've updated them to follow symbolic links instead. NOTE: this change introduces linux symbolic links which means they will not work for Windows machines. It is inconvenient but it is the simplest way to dedup those scripts. Windows users will have to execute `gradlew.bat` from root dir OR invoke Gradle directly.
1 parent d14d64c commit 256cfa4

File tree

29 files changed

+11
-1802
lines changed

29 files changed

+11
-1802
lines changed

examples/gradle/wrapper

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../gradle/wrapper
-60.1 KB
Binary file not shown.

examples/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/gradlew

Lines changed: 0 additions & 244 deletions
This file was deleted.

examples/gradlew

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gradlew

examples/gradlew.bat

Lines changed: 0 additions & 92 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../gradle/wrapper
Binary file not shown.

integration/federation-compatibility/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)