Skip to content

Commit

Permalink
satisfy Maven Central requirements (add description and devs)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Apr 7, 2018
1 parent 7e97283 commit fd1a079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ publishing {
resolveStrategy = Closure.DELEGATE_FIRST

name project.description
description 'Isolated container management for Java code testing'
url 'https://testcontainers.org'
issueManagement {
system 'GitHub'
Expand All @@ -40,6 +41,13 @@ publishing {
connection 'scm:git:git://github.com/testcontainers/testcontainers-java.git'
developerConnection 'scm:git:ssh://[email protected]/testcontainers/testcontainers-java.git'
}
developers {
developer {
id 'rnorth'
name 'Richard North'
email '[email protected]'
}
}
}

def dependenciesNode = rootNode.appendNode('dependencies')
Expand Down

0 comments on commit fd1a079

Please sign in to comment.