Skip to content

Commit c366bd4

Browse files
committed
Add Gradle wrapper to plugin subproject for CI independence
python-embed-gradle-plugin is a composite build (includeBuild), CI uses working-directory: python-embed-gradle-plugin and needs its own gradlew to run publishPlugins
1 parent b6f7ac8 commit c366bd4

4 files changed

Lines changed: 352 additions & 0 deletions

File tree

42.6 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
6+
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

python-embed-gradle-plugin/gradlew

Lines changed: 251 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-embed-gradle-plugin/gradlew.bat

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)