Skip to content

Commit dbb7c2a

Browse files
committed
typo
1 parent 65d7e3e commit dbb7c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ subprojects.of("lib", filter = { p -> publishedProjects.contains(p.name) }) {
138138
repositories {
139139
maven {
140140
name = "GitHubPackages"
141-
url = uri("https://maven.pkg.github.com/Trenyol/quafka")
141+
url = uri("https://maven.pkg.github.com/Trendyol/quafka")
142142
credentials {
143143
username = System.getenv("GITHUB_ACTOR")
144144
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)