From dd6a0627a64ebe89b6bb6e7066ed0eb6975b1caf Mon Sep 17 00:00:00 2001 From: Simon Vergauwen Date: Wed, 12 Jul 2023 14:56:40 +0200 Subject: [PATCH] Add gradle.properties pom.name to Serialization --- arrow-libs/core/arrow-core-serialization/gradle.properties | 4 ++++ arrow-libs/core/arrow-core/gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 arrow-libs/core/arrow-core-serialization/gradle.properties diff --git a/arrow-libs/core/arrow-core-serialization/gradle.properties b/arrow-libs/core/arrow-core-serialization/gradle.properties new file mode 100644 index 00000000000..6b320e3d840 --- /dev/null +++ b/arrow-libs/core/arrow-core-serialization/gradle.properties @@ -0,0 +1,4 @@ +# Maven publishing configuration +pom.name=Arrow Core Serialization +# Build configuration +kapt.incremental.apt=false diff --git a/arrow-libs/core/arrow-core/gradle.properties b/arrow-libs/core/arrow-core/gradle.properties index 07cf1183f89..ebbeba080da 100644 --- a/arrow-libs/core/arrow-core/gradle.properties +++ b/arrow-libs/core/arrow-core/gradle.properties @@ -1,4 +1,4 @@ # Maven publishing configuration -pom.name=Arrow Core Extensions +pom.name=Arrow Core # Build configuration kapt.incremental.apt=false