Skip to content

Commit 11d2075

Browse files
chore: use maven gradle publishing plugin (#2037)
pom files are automatically generated from the build.gradle dependencies. ./gradlew publishToMavenLocal ./gradlew uploadArchives
1 parent 50abafb commit 11d2075

File tree

129 files changed

+454
-2774
lines changed

Some content is hidden

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

129 files changed

+454
-2774
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ jobs:
300300
steps:
301301
- skip_job_if_required
302302
- checkout
303-
- generate_gradle_wrapper
304303
- prepare_sdkmanager
304+
- generate_gradle_wrapper
305305
- run:
306306
name: build the whole project
307307
command: |
@@ -329,8 +329,8 @@ jobs:
329329
- skip_job_if_required
330330
- checkout
331331
- skip_test_job
332-
- generate_gradle_wrapper
333332
- prepare_sdkmanager
333+
- generate_gradle_wrapper
334334
- run:
335335
name: run unit tests
336336
command: |

aws-android-sdk-apigateway-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply from: rootProject.file('publishing.gradle')
23

34
android {
45
compileSdkVersion 29
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POM_ARTIFACT_ID=aws-android-sdk-apigateway-core
2+
POM_DESCRIPTION=The AWS Android SDK for Amazon API Gateway Runtime module holds the runtime library needed by the generated client for APIs defined in Amazon API Gateway.
3+
POM_NAME=AWS SDK for Android - Amazon API Gateway Client Runtime
4+
POM_PACKAGING=aar

aws-android-sdk-apigateway-core/pom.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

aws-android-sdk-auth-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply from: rootProject.file('publishing.gradle')
23

34
android {
45
compileSdkVersion 29
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POM_ARTIFACT_ID=aws-android-sdk-auth-core
2+
POM_DESCRIPTION=The AWS Android SDK for AWS Authentication Core module holds the client classes that are used for enabling communication with Amazon CognitoIdentityProvider, Amazon Cognito UserPools, Facebook and Google SignIn Providers
3+
POM_NAME=AWS SDK for Android - AWS Authentication Core
4+
POM_PACKAGING=aar

aws-android-sdk-auth-core/pom.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.

aws-android-sdk-auth-facebook/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply from: rootProject.file('publishing.gradle')
23

34
android {
45
compileSdkVersion 29
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POM_ARTIFACT_ID=aws-android-sdk-auth-facebook
2+
POM_DESCRIPTION=The AWS Android SDK for AWS Facebook SignIn that holds the client classes used for enabling communication with Facebook SignIn
3+
POM_NAME=AWS SDK for Android - AWS Facebook SignIn
4+
POM_PACKAGING=aar

aws-android-sdk-auth-facebook/pom.xml

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)