Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Publishing #48

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove repositories section
neotheprogramist committed Oct 24, 2023

Unverified

This user has not yet uploaded their public signing key.
commit 45824afea6ce43a00fa5f664a4922135b8357341
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -53,19 +53,6 @@ allprojects {
}

publishing {
repositories {
maven {
name = "OSSRH"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"

credentials {
username = project.findProperty("ossrhUsername") ?: System.getenv("OSSRH_USERNAME")
password = project.findProperty("ossrhPassword") ?: System.getenv("OSSRH_PASSWORD")
}
}
// Include the artifactory configurations here based on the Besu native repository.
}

publications {
MavenDeployment(MavenPublication) { publication ->
from components.java