Skip to content

Commit f58823f

Browse files
authored
Fix Publishing (#137)
* Fix test results Fix test results Use DateTimePeriod for Interval * Update copy * Fix publishing Co-authored-by: hfhbd <[email protected]>
1 parent c3281a3 commit f58823f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build-logic/src/main/kotlin/publish.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ plugins {
1212
val emptyJar by tasks.registering(Jar::class) { }
1313

1414
publishing {
15-
repositories {
16-
maven(url = "https://maven.pkg.github.com/hfhbd/kobol") {
17-
name = "GitHubPackages"
18-
credentials(PasswordCredentials::class)
19-
}
20-
}
2115
publications.configureEach {
2216
this as MavenPublication
2317
artifact(emptyJar) {

0 commit comments

Comments
 (0)