summaryrefslogtreecommitdiff
path: root/integration-test/settings.gradle
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@users.noreply.github.com>2022-01-28 16:23:48 +0100
committerGitHub <noreply@github.com>2022-01-28 18:23:48 +0300
commitece9fdd2e1edde3403fcca06789e7ae7f5cc707c (patch)
treeea191af0bb45bb2c9a1693ebb4aa3d6f71e1ce2a /integration-test/settings.gradle
parenta27c36594ce4f6ef3a6f869cf38f5fa9ff9bd71e (diff)
downloadkotlinx.serialization-ece9fdd2e1edde3403fcca06789e7ae7f5cc707c.tar.gz
Upgrade Gradle to version 7.3.3 (#1822)
* Upgrade to Gradle 7.3.3 Necessary changes include: - Rename configurations created by the `java` plugin. - Upgrade the `protobuf-gradle-plugin` to avoid the "Configuration with name 'compile' not found" error. - Remove the deprecated `kotlin.parallel.tasks.in.project` property, which got replaced by the Gradle parallel project execution option. - Stop using the deprecated `maven` plugin in favor of only the `maven-publish` plugin [1]. - Remove the deprecated / inactive `GRADLE_METADATA` feature preview flag [2] [3]. - For yet unclear reasons the JUnit imports in the HOCON tests needed to be made explicit to avoid compile errors. [1]: https://docs.gradle.org/4.8/release-notes.html [2]: https://github.com/gradle/gradle/pull/16118 [3]: https://kotlinlang.org/docs/migrating-multiplatform-project-to-14.html#simplify-your-build-configuration * Gradle: Remove an unused import * Gradle: Use single quotes where no variable interpolation is required * Gradle: Use the compact string notation to declare dependencies This creates consistency with the majority of declarations.
Diffstat (limited to 'integration-test/settings.gradle')
-rw-r--r--integration-test/settings.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle
index 9410dc0c..2360ae47 100644
--- a/integration-test/settings.gradle
+++ b/integration-test/settings.gradle
@@ -22,5 +22,3 @@ pluginManagement {
}
rootProject.name = 'kotlinx-serialization-integration-test'
-
-enableFeaturePreview('GRADLE_METADATA')