Skip to content

Commit 5f0da15

Browse files
authored
Revert "Publish to GitHubPackages (#791)" (#800)
This reverts commit da0c22b.
1 parent 2b44154 commit 5f0da15

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.github/workflows/ReleaseGitHubPackages.yml

-29
This file was deleted.

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

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ java {
1111
}
1212

1313
publishing {
14-
repositories {
15-
maven(url = "https://maven.pkg.github.com/hfhbd/kobol") {
16-
name = "GitHubPackages"
17-
credentials(PasswordCredentials::class)
18-
}
19-
}
2014
publications.withType<MavenPublication>().configureEach {
2115
pom {
2216
name.set("app.softwork KOBOL")

0 commit comments

Comments
 (0)