Skip to content

Commit

Permalink
Update publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Arias committed Dec 15, 2020
1 parent 750a5f7 commit 01648d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions gradle/publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ publishing {
artifact testsJar

pom {
name = 'web3j'
name = project.name
description.set(project.provider({ project.description }))
url = 'https://web3j.io'

Expand Down Expand Up @@ -59,13 +59,7 @@ publishing {
name = 'Conor Svensson'
email = 'conor10@gmail.com'
}
developer {
id = 'antonydenyer'
name = 'Antony Denyer'
email = 'antony@web3labs.com'
}
}

}
}
}
Expand All @@ -84,7 +78,7 @@ nexusPublishing {
nexusStaging {
username System.getenv('OSSRH_USERNAME')
password System.getenv('OSSRH_PASSWORD')
packageGroup = "org.web3j"
packageGroup = rootProject.group
}


Expand Down

0 comments on commit 01648d3

Please # to comment.