diff options
Diffstat (limited to 'integration-tests/gradle/projects/coroutines')
4 files changed, 0 insertions, 72 deletions
diff --git a/integration-tests/gradle/projects/coroutines/coroutines.diff b/integration-tests/gradle/projects/coroutines/coroutines.diff deleted file mode 100644 index d2216f1b..00000000 --- a/integration-tests/gradle/projects/coroutines/coroutines.diff +++ /dev/null @@ -1,70 +0,0 @@ -diff --git a/build.gradle b/build.gradle -index e7d405e12..0ca2169fe 100644 ---- a/build.gradle -+++ b/build.gradle -@@ -107,6 +107,9 @@ allprojects { - mavenLocal() - } - } -+ repositories { -+ mavenLocal() -+ } - - ext.unpublished = unpublished - -@@ -142,6 +145,7 @@ allprojects { - google() - mavenCentral() - CommunityProjectsBuild.addDevRepositoryIfEnabled(delegate, project) -+ mavenLocal() - } - } - -diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts -index ae54ad0f6..4655940a9 100644 ---- a/buildSrc/build.gradle.kts -+++ b/buildSrc/build.gradle.kts -@@ -25,6 +25,7 @@ repositories { - if (buildSnapshotTrain) { - mavenLocal() - } -+ mavenLocal() - } - - val gradleProperties = Properties().apply { -diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts -index c2e859f65..43dc4f749 100644 ---- a/buildSrc/settings.gradle.kts -+++ b/buildSrc/settings.gradle.kts -@@ -14,5 +14,6 @@ pluginManagement { - if (build_snapshot_train?.toBoolean() == true) { - mavenLocal() - } -+ mavenLocal() - } - } -diff --git a/gradle.properties b/gradle.properties -index 3d9431be0..b60114bc2 100644 ---- a/gradle.properties -+++ b/gradle.properties -@@ -14,7 +14,7 @@ atomicfu_version=0.21.0 - knit_version=0.5.0-Beta - html_version=0.7.2 - lincheck_version=2.18.1 --dokka_version=1.8.10 -+dokka_version=for-integration-tests-SNAPSHOT - byte_buddy_version=1.10.9 - reactor_version=3.4.1 - reactive_streams_version=1.0.3 -diff --git a/settings.gradle b/settings.gradle -index 151c087fd..e578bdb93 100644 ---- a/settings.gradle -+++ b/settings.gradle -@@ -11,6 +11,7 @@ pluginManagement { - repositories { - maven { url "https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev/" } - gradlePluginPortal() -+ mavenLocal() - } - } - diff --git a/integration-tests/gradle/projects/coroutines/kotlinx-coroutines b/integration-tests/gradle/projects/coroutines/kotlinx-coroutines deleted file mode 160000 -Subproject b78bbf518bd8e90e9ed2133ebdacc36441210cd diff --git a/integration-tests/gradle/projects/coroutines/template.root.gradle.kts b/integration-tests/gradle/projects/coroutines/template.root.gradle.kts deleted file mode 120000 index 895ca83d..00000000 --- a/integration-tests/gradle/projects/coroutines/template.root.gradle.kts +++ /dev/null @@ -1 +0,0 @@ -../template.root.gradle.kts
\ No newline at end of file diff --git a/integration-tests/gradle/projects/coroutines/template.settings.gradle.kts b/integration-tests/gradle/projects/coroutines/template.settings.gradle.kts deleted file mode 120000 index 7b43b3e7..00000000 --- a/integration-tests/gradle/projects/coroutines/template.settings.gradle.kts +++ /dev/null @@ -1 +0,0 @@ -../template.settings.gradle.kts
\ No newline at end of file |