Skip to content

Commit

Permalink
Remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Feb 18, 2024
1 parent c259d87 commit c91ea90
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ val sourceJar by tasks.creating(Jar::class) {
}

publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/persian-calendar/praytimes")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("PASSWORD")
}
}
}
publications {
register("mavenJava", MavenPublication::class) {
from(components["kotlin"])
Expand Down

0 comments on commit c91ea90

Please sign in to comment.