Skip to content

Commit bf57926

Browse files
committed
It looks like newer version of the gradle plugin org.jetbrains.intellij has a gradle wrapper task already setup. This I think downloads the associated grade? See -> https://github.com/JetBrains/gradle-intellij-plugin/blob/master/build.gradle.kts#L162
So these no longer need to be kept in source control for ease of CI builds (I think).
1 parent 33e478b commit bf57926

File tree

4 files changed

+279
-0
lines changed

4 files changed

+279
-0
lines changed
57.8 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

src/ServiceStackIDEA/gradlew

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

src/ServiceStackIDEA/gradlew.bat

Lines changed: 89 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)