We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e97283 commit fd1a079Copy full SHA for fd1a079
gradle/publishing.gradle
@@ -24,6 +24,7 @@ publishing {
24
resolveStrategy = Closure.DELEGATE_FIRST
25
26
name project.description
27
+ description 'Isolated container management for Java code testing'
28
url 'https://testcontainers.org'
29
issueManagement {
30
system 'GitHub'
@@ -40,6 +41,13 @@ publishing {
40
41
connection 'scm:git:git://github.com/testcontainers/testcontainers-java.git'
42
developerConnection 'scm:git:ssh://[email protected]/testcontainers/testcontainers-java.git'
43
}
44
+ developers {
45
+ developer {
46
+ id 'rnorth'
47
+ name 'Richard North'
48
+ email '[email protected]'
49
+ }
50
51
52
53
def dependenciesNode = rootNode.appendNode('dependencies')
0 commit comments