Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
BUG-97298 add base names
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre90 committed Feb 28, 2018
1 parent 183416a commit b4452c5
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoscale-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repositories {
}

jar {
baseName = 'autoscale-api'
archiveName = 'autoscale-api.jar'
}

Expand Down
1 change: 1 addition & 0 deletions autoscale/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
}

jar {
baseName = 'periscope'
archiveName = 'periscope.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-api'
archiveName = 'cloud-api.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repositories {
}

jar {
baseName = 'cloud-aws'
archiveName = 'cloud-aws.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repositories {
}

jar {
baseName = 'cloud-azure'
archiveName = 'cloud-azure.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-common'
archiveName = 'cloud-common.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repositories {
}

jar {
baseName = 'cloud-gcp'
archiveName = 'cloud-gcp.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-mock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-mock'
archiveName = 'cloud-mock.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-openstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repositories {
}

jar {
baseName = 'cloud-openstack'
archiveName = 'cloud-openstack.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-reactor-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-reactor-api'
archiveName = 'cloud-reactor-api.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-reactor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repositories {
}

jar {
baseName = 'cloud-reactor'
archiveName = 'cloud-reactor.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-template'
archiveName = 'cloud-template.jar'
}

Expand Down
1 change: 1 addition & 0 deletions cloud-yarn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'cloud-yarn'
archiveName = 'cloud-yarn.jar'
}

Expand Down
1 change: 1 addition & 0 deletions core-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repositories {
}

jar {
baseName = 'core-api'
archiveName = 'core-api.jar'
}

Expand Down
1 change: 1 addition & 0 deletions core-model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repositories {
}

jar {
baseName = 'core-model'
archiveName = 'core-model.jar'
}

Expand Down
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ springBoot {
}

jar {
baseName = 'cloudbreak'
archiveName = 'cloudbreak.jar'
}

Expand Down
1 change: 1 addition & 0 deletions integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
}

jar {
baseName = 'cloudbreak-integration-test'
archiveName = 'cloudbreak-integration-test.jar'
}

Expand Down
1 change: 1 addition & 0 deletions orchestrator-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repositories {
}

jar {
baseName = 'orchestrator-api'
archiveName = 'orchestrator-api.jar'
}

Expand Down
1 change: 1 addition & 0 deletions orchestrator-salt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

jar {
baseName = 'orchestrator-salt'
archiveName = 'orchestrator-salt.jar'
}

Expand Down
1 change: 1 addition & 0 deletions orchestrator-yarn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repositories {
}

jar {
baseName = 'orchestrator-yarn'
archiveName = 'orchestrator-yarn.jar'
}

Expand Down
1 change: 1 addition & 0 deletions structuredevent-model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repositories {
}

jar {
baseName = 'structuredevent-model'
archiveName = 'structuredevent-model.jar'
}

Expand Down

0 comments on commit b4452c5

Please sign in to comment.