Skip to content

Commit

Permalink
fix typo in group name (#22162)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jan 31, 2023
1 parent 710d8ee commit bd8a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-featureflag/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
repositories {
publications {
create<MavenPublication>("${project.name}") {
groupId = "{$project.group}"
groupId = "${project.group}"
artifactId = "${project.name}"
version = "${rootProject.version}"
repositories.add(rootProject.repositories.getByName("cloudrepo"))
Expand Down

0 comments on commit bd8a188

Please sign in to comment.