Skip to content

Commit 0a35d65

Browse files
committed
removing explicit setting of library groups
and instead always computing it based on the project path Test: ./gradlew help Test: git checkout HEAD^ -- core && ./gradlew help # and see that trying to set mavenGroup causes a failure Test: run `./gradlew printCoordinates` before and after this change, sort the output of each, and see that both results are the same Test: Treehugger runs busytown/*.sh Change-Id: Ib0cbff084c15198373c9d5d9c10a702703a44214 Merged-In: Ib0cbff084c15198373c9d5d9c10a702703a44214
1 parent f229c07 commit 0a35d65

File tree

507 files changed

+9
-570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+9
-570
lines changed

activity/activity-compose-lint/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies {
4242
androidx {
4343
name = "Activity Compose Lint"
4444
type = LibraryType.LINT
45-
mavenGroup = LibraryGroups.ACTIVITY
4645
inceptionYear = "2021"
4746
description = "Lint checks for Activity Compose"
4847
}

activity/activity-compose/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ dependencies {
5656
androidx {
5757
name = "Activity Compose"
5858
publish = Publish.SNAPSHOT_AND_RELEASE
59-
mavenGroup = LibraryGroups.ACTIVITY
6059
inceptionYear = "2020"
6160
description = "Compose integration with Activity"
6261
runApiTasks = new RunApiTasks.Yes()

activity/activity-compose/samples/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies {
4242
androidx {
4343
name = "AndroidX Compose UI Activity Integration Samples"
4444
type = LibraryType.SAMPLES
45-
mavenGroup = LibraryGroups.ACTIVITY
4645
inceptionYear = "2020"
4746
description = "Samples for Compose integration with Activity"
4847
}

activity/activity-ktx/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dependencies {
5757
androidx {
5858
name = "Activity Kotlin Extensions"
5959
publish = Publish.SNAPSHOT_AND_RELEASE
60-
mavenGroup = LibraryGroups.ACTIVITY
6160
inceptionYear = "2018"
6261
description = "Kotlin extensions for 'activity' artifact"
6362
}

activity/activity-lint/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies {
3838
androidx {
3939
name = "Android Activity Lint Checks"
4040
type = LibraryType.LINT
41-
mavenGroup = LibraryGroups.ACTIVITY
4241
inceptionYear = "2020"
4342
description = "Android Activity Lint Checks"
4443
}

activity/activity/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ dependencies {
5050
androidx {
5151
name = "Activity"
5252
publish = Publish.SNAPSHOT_AND_RELEASE
53-
mavenGroup = LibraryGroups.ACTIVITY
5453
inceptionYear = "2018"
5554
description = "Provides the base Activity subclass and the relevant hooks to build a composable structure on top."
5655
}

ads/ads-identifier-benchmark/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ android {
4040
namespace "androidx.ads.identifier.benchmark"
4141
}
4242

43-
androidx {
44-
mavenGroup = LibraryGroups.ADS
45-
}

ads/ads-identifier-common/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ androidx {
4444
name = "AndroidX Ads Identifier Common"
4545
publish = Publish.SNAPSHOT_AND_RELEASE
4646
mavenVersion = LibraryVersions.ADS_IDENTIFIER
47-
mavenGroup = LibraryGroups.ADS
4847
inceptionYear = "2019"
4948
description = "AndroidX Ads Identifier Common"
5049
}

ads/ads-identifier-provider/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ androidx {
4343
name = "AndroidX Ads Identifier Provider"
4444
publish = Publish.SNAPSHOT_AND_RELEASE
4545
mavenVersion = LibraryVersions.ADS_IDENTIFIER
46-
mavenGroup = LibraryGroups.ADS
4746
inceptionYear = "2019"
4847
description = "AndroidX Ads Identifier Provider"
4948
}

ads/ads-identifier-testing/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ android {
3636

3737
androidx {
3838
type = LibraryType.INTERNAL_TEST_LIBRARY
39-
mavenGroup = LibraryGroups.ADS
4039
}

0 commit comments

Comments
 (0)