Skip to content

Commit

Permalink
Change Project Name from root gradle settings (#167)
Browse files Browse the repository at this point in the history
## Description of change
This is changing project name on settings.gradle

#### Relevant issues
None.

#### Does this contribution introduce any breaking changes to the
existing APIs or behaviors?
No

#### Does this contribution introduce any new public APIs or behaviors?
No

#### How was the contribution tested?
./gradlew build
./gradlew publishToMavenLocal


#### Does this contribution need a changelog entry?
- [ X] I have updated the CHANGELOG or README if appropriate

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).
  • Loading branch information
fuatbasik authored Nov 22, 2024
1 parent f5c61b2 commit 158d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

rootProject.name = "s3-connector-framework"
rootProject.name = "analytics-accelerator-s3"
include("common", "object-client", "input-stream")

0 comments on commit 158d593

Please sign in to comment.