Skip to content

Commit 22f5ab8

Browse files
committed
Update build.gradle.kts
1 parent d7a6149 commit 22f5ab8

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

shared/build.gradle.kts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ kotlin {
5353
implementation(libs.kotlin.test.annotations)
5454
}
5555
}
56-
57-
withSourcesJar(publish = false) // TODO: remove for publishing, when done change build.sh
5856
}
5957

6058
android {
@@ -77,18 +75,19 @@ skie {
7775
}
7876
}
7977

80-
publishing {
81-
repositories {
82-
maven {
83-
name = "GitHubPackages"
84-
url = uri("https://maven.pkg.github.com/stepuplabs/bank-app-payment-poc")
85-
credentials {
86-
username = System.getenv("GITHUB_ACTOR")
87-
password = System.getenv("GITHUB_TOKEN")
88-
}
89-
}
90-
}
91-
}
78+
// TODO: Update for Maven Central
79+
// publishing {
80+
// repositories {
81+
// maven {
82+
// name = "GitHubPackages"
83+
// url = uri("https://maven.pkg.github.com/stepuplabs/bank-app-payment-poc")
84+
// credentials {
85+
// username = System.getenv("GITHUB_ACTOR")
86+
// password = System.getenv("GITHUB_TOKEN")
87+
// }
88+
// }
89+
// }
90+
//}
9291

9392
afterEvaluate {
9493
configure<PublishingExtension> {

0 commit comments

Comments
 (0)