-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KT-64377 - Preparation for Gradle integration test build config refac…
…toring (#3422) * KT-64377 - remove gradle wrapper files for integration test projects (#3418) * remove Gradle wrapper files for integration test projects * .gitignore Gradle wrapper files * refactor integration test properties to use DokkaBuildProperties utility (#3420) rename 'tryK2' to 'useK2' for integration tests * disable explicit API mode in non-published integration-test utilities (#3428)
- Loading branch information
Showing
67 changed files
with
82 additions
and
3,757 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
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
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
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
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 |
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
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
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.
Oops, something went wrong.