Skip to content

Commit

Permalink
Remove gpr registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 authored Aug 12, 2024
1 parent 360ab76 commit 78cc493
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ allprojects {
credentials.username = System.getenv("MAVEN_REPO_USER")
credentials.password = System.getenv("MAVEN_REPO_PASSWORD")
}

publications {
register<MavenPublication>("gpr") {
from(components["java"])
}
}
}
}
}
Expand Down

0 comments on commit 78cc493

Please sign in to comment.