Skip to content

Commit 6e644cd

Browse files
committed
fix lower/uppercase typing
Related-To: #15
1 parent 1360a19 commit 6e644cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ kotlin {
2424
iosArm64()
2525
iosSimulatorArm64()
2626
wasmJs().nodejs()
27-
macosX64 ()
28-
linuxX64 ()
27+
macosX64()
28+
linuxX64()
2929

3030

3131
sourceSets {
@@ -52,7 +52,7 @@ android {
5252
publishing {
5353
repositories {
5454
maven {
55-
name = "GitHubPackages"
55+
name = "githubPackages"
5656
url = uri("https://maven.pkg.github.com/sk-ai-net/skainet")
5757
credentials {
5858
credentials(PasswordCredentials::class)

0 commit comments

Comments
 (0)