-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KT-64377 - remove gradle wrapper files for integration test projects (#…
…3418) * remove Gradle wrapper files for integration test projects * .gitignore Gradle wrapper files
- Loading branch information
Showing
53 changed files
with
8 additions
and
3,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# These projects are run using Gradle TestKit, which does not require Gradle or IDE files. | ||
# However, it is convenient to open up the project in an IDE, which will automatically | ||
# download Gradle files - but since they're not nessessary, don't commit them. | ||
.idea | ||
**/gradle/wrapper/** | ||
gradlew.bat | ||
gradlew | ||
gradle.properties |
Binary file removed
BIN
-57.3 KB
dokka-integration-tests/gradle/projects/it-android-0/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
9 changes: 0 additions & 9 deletions
9
...a-integration-tests/gradle/projects/it-android-0/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.
183 changes: 0 additions & 183 deletions
183
dokka-integration-tests/gradle/projects/it-android-0/gradlew
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
dokka-integration-tests/gradle/projects/it-android-0/gradlew.bat
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-57.5 KB
dokka-integration-tests/gradle/projects/it-basic-groovy/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
9 changes: 0 additions & 9 deletions
9
...ntegration-tests/gradle/projects/it-basic-groovy/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.