diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-11-10 11:46:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 11:46:54 +0100 |
commit | 8e5c63d035ef44a269b8c43430f43f5c8eebfb63 (patch) | |
tree | 1b915207b2b9f61951ddbf0ff2e687efd053d555 /integration-tests/gradle/projects/coroutines | |
parent | a44efd4ba0c2e4ab921ff75e0f53fc9335aa79db (diff) | |
download | dokka-8e5c63d035ef44a269b8c43430f43f5c8eebfb63.tar.gz dokka-8e5c63d035ef44a269b8c43430f43f5c8eebfb63.tar.bz2 dokka-8e5c63d035ef44a269b8c43430f43f5c8eebfb63.zip |
Restructure the project to utilize included builds (#3174)
* Refactor and simplify artifact publishing
* Update Gradle to 8.4
* Refactor and simplify convention plugins and build scripts
Fixes #3132
---------
Co-authored-by: Adam <897017+aSemy@users.noreply.github.com>
Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
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 |