-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply default pluginManagement in settings for old test setup.
Cleanup non-required configuration in test projects settings. ^KT-45745 In Progress
- Loading branch information
1 parent
01332a2
commit e705a36
Showing
135 changed files
with
35 additions
and
1,186 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
23 changes: 0 additions & 23 deletions
23
...le-plugin-integration-tests/src/test/resources/testProject/AndroidProject/settings.gradle
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 |
---|---|---|
@@ -1,24 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
google() | ||
gradlePluginPortal() | ||
} | ||
|
||
plugins { | ||
id "org.jetbrains.kotlin.jvm" version "$kotlin_version" | ||
id "org.jetbrains.kotlin.kapt" version "$kotlin_version" | ||
id "org.jetbrains.kotlin.android" version "$kotlin_version" | ||
} | ||
|
||
resolutionStrategy { | ||
eachPlugin { | ||
if (requested.id.id.startsWith("com.android.")) { | ||
useModule("com.android.tools.build:gradle:$android_tools_version") | ||
} | ||
} | ||
} | ||
} | ||
|
||
include ':Android', ':Lib', ':Test' |
10 changes: 0 additions & 10 deletions
10
...-plugin-integration-tests/src/test/resources/testProject/appleSilicon/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
14 changes: 1 addition & 13 deletions
14
...gin-integration-tests/src/test/resources/testProject/appleXCFramework/settings.gradle.kts
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 |
---|---|---|
@@ -1,13 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
gradlePluginPortal() | ||
mavenCentral() | ||
mavenLocal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":shared") | ||
include(":shared") |
11 changes: 0 additions & 11 deletions
11
...n-integration-tests/src/test/resources/testProject/associatedDependencies/settings.gradle
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...esources/testProject/both-js-lib-and-app/sample-app-gradle-kotlin-dsl/settings.gradle.kts
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 |
---|---|---|
@@ -1,11 +1 @@ | ||
rootProject.name = "sample-app" | ||
|
||
enableFeaturePreview("GRADLE_METADATA") | ||
|
||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
...ation-tests/src/test/resources/testProject/both-js-lib-and-app/sample-app/settings.gradle
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...esources/testProject/both-js-lib-and-app/sample-lib-gradle-kotlin-dsl/settings.gradle.kts
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 |
---|---|---|
@@ -1,11 +1 @@ | ||
rootProject.name = "sample-lib" | ||
|
||
enableFeaturePreview("GRADLE_METADATA") | ||
|
||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
...ation-tests/src/test/resources/testProject/both-js-lib-and-app/sample-lib/settings.gradle
This file was deleted.
Oops, something went wrong.
10 changes: 1 addition & 9 deletions
10
...-gradle-plugin-integration-tests/src/test/resources/testProject/cleanTask/settings.gradle
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 |
---|---|---|
@@ -1,9 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
maven { url '<mavenLocalUrl>' } | ||
gradlePluginPortal() | ||
mavenCentral() | ||
} | ||
} | ||
|
||
rootProject.name = 'cleanTask' | ||
rootProject.name = 'cleanTask' |
6 changes: 0 additions & 6 deletions
6
...egration-tests/src/test/resources/testProject/common-klib-lib-and-app/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
13 changes: 1 addition & 12 deletions
13
.../src/test/resources/testProject/commonize-kt-46142-singleNativeTarget/settings.gradle.kts
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p1") | ||
include(":p1") |
13 changes: 1 addition & 12 deletions
13
.../src/test/resources/testProject/commonize-kt-46234-singleNativeTarget/settings.gradle.kts
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p1") | ||
include(":p1") |
13 changes: 1 addition & 12 deletions
13
...esources/testProject/commonize-kt-46248-singleNativeTargetPropagation/settings.gradle.kts
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p1") | ||
include(":p1") |
10 changes: 0 additions & 10 deletions
10
...n-tests/src/test/resources/testProject/commonize-kt-46856-all-targets/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...testProject/commonize-kt-47523-singleNativeTargetPropagation-cinterop/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...urces/testProject/commonize-kt-47641-cinterops-compilation-dependency/settings.gradle.kts
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 |
---|---|---|
@@ -1,14 +1,3 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p0") | ||
include(":p1") | ||
include(":p2") |
10 changes: 0 additions & 10 deletions
10
...est/resources/testProject/commonize-kt-48118-c-interop-in-common-main/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...estProject/commonize-kt-48138-nativeMain-nativeTest-different-targets/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...integration-tests/src/test/resources/testProject/commonizeCurlInterop/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...egration-tests/src/test/resources/testProject/commonizeHierarchically/settings.gradle.kts
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p1") |
11 changes: 0 additions & 11 deletions
11
...sts/src/test/resources/testProject/commonizeHierarchicallyMultiModule/settings.gradle.kts
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 |
---|---|---|
@@ -1,14 +1,3 @@ | ||
pluginManagement { | ||
repositories { | ||
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
val kotlin_version: String by settings | ||
plugins { | ||
kotlin("multiplatform").version(kotlin_version) | ||
} | ||
} | ||
|
||
include(":p1") | ||
include(":p2") | ||
include(":p3") |
10 changes: 0 additions & 10 deletions
10
...est/resources/testProject/commonizeHierarchicallyPlatformDependencies/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...n-tests/src/test/resources/testProject/commonizeInteropUsingPosixApis/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ts/src/test/resources/testProject/commonizeMultipleCInteropsWithTests/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.