Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 6e165c0

Browse files
authored
Merge pull request #1 from tbetbetbe/correct-archive-names
Correct the archiveBaseNames
2 parents 421934b + 21cd926 commit 6e165c0

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

endpoints-auth/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ configureMaven(
1919
'Endpoints API Management - Authentication',
2020
'Enables authentication by multiple authentication providers'
2121
)
22+
archivesBaseName = 'endpoints-management-auth'
2223

2324
configurations {
2425
integrationTestCompile.extendsFrom testCompile

endpoints-control-api-client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ buildscript {
2020
}
2121
dependencies { classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.7' }
2222
}
23+
archivesBaseName = 'endpoints-management-config'
2324

2425
configureMaven(
2526
project,

endpoints-control-appengine/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ configureMaven(
1919
'Endpoints API Management on GAE',
2020
'Provide access control to managed services on Google App Engine'
2121
)
22+
archivesBaseName = 'endpoints-management-control-appengine'
2223

2324
dependencies {
2425
compile "com.google.appengine:appengine-api-1.0-sdk:$appengineSdkVersion"

endpoints-control/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ configureMaven(
2626
'Endpoints API Management',
2727
'Provide access control for managed services'
2828
)
29+
archivesBaseName = archivesBaseName = 'endpoints-management-control'
2930

3031
test {
3132
testLogging {

endpoints-framework-auth/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ configureMaven(
1919
'Endpoints API Management - Framework Auth Integration',
2020
'Enables use of endpoints-management-auth with endpoints-framework'
2121
)
22+
archivesBaseName = "endpoints-framework-auth"
2223

2324
dependencies {
2425
compile group: "com.google.endpoints", name: "endpoints-framework", version: "2.0.0-beta.2"

endpoints-service-config/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ configureMaven(
1919
'Endpoints API Management - Service Configuration',
2020
'Handles service configuration via the service management API'
2121
)
22+
archivesBaseName = 'endpoints-management-config'
2223

2324
dependencies {
2425
compile "com.google.api.grpc:googleapis-common-protos:$googleapisCommonProtosVersion"

0 commit comments

Comments
 (0)