Skip to content

Commit

Permalink
Update publishing to use Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDarwish2000 committed Jun 14, 2022
1 parent 0475639 commit 3abca27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
19 changes: 1 addition & 18 deletions window-styler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,4 @@ kotlin {
}
}
}
}

configure<PublishingExtension> {
repositories {
maven {
name = "GitHubPackages"
setUrl("https://maven.pkg.github.com/MayakaApps/ComposeWindowStyler")

credentials {
username = project.properties["GITHUB_USER"] as String?
?: System.getenv("GITHUB_ACTOR")

password = project.properties["GITHUB_PUBLISHING_TOKEN"] as String?
?: System.getenv("GITHUB_PUBLISHING_TOKEN")
}
}
}
}
}
5 changes: 2 additions & 3 deletions window-styler/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# Publishing Configuration
#

SONATYPE_HOST=
RELEASE_SIGNING_ENABLED=false
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.mayakapps.compose
POM_ARTIFACT_ID=window-styler
VERSION_NAME=0.2.0
POM_PACKAGING=jar

POM_NAME=Compose Window Styler
POM_DESCRIPTION=A library that lets you style your Compose Desktop application window
Expand Down

0 comments on commit 3abca27

Please sign in to comment.