File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ kotlin {
53
53
implementation(libs.kotlin.test.annotations)
54
54
}
55
55
}
56
-
57
- withSourcesJar(publish = false ) // TODO: remove for publishing, when done change build.sh
58
56
}
59
57
60
58
android {
@@ -77,18 +75,19 @@ skie {
77
75
}
78
76
}
79
77
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
+ // }
92
91
93
92
afterEvaluate {
94
93
configure<PublishingExtension > {
You can’t perform that action at this time.
0 commit comments