Skip to content

Commit fd1a079

Browse files
committed
satisfy Maven Central requirements (add description and devs)
1 parent 7e97283 commit fd1a079

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gradle/publishing.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ publishing {
2424
resolveStrategy = Closure.DELEGATE_FIRST
2525

2626
name project.description
27+
description 'Isolated container management for Java code testing'
2728
url 'https://testcontainers.org'
2829
issueManagement {
2930
system 'GitHub'
@@ -40,6 +41,13 @@ publishing {
4041
connection 'scm:git:git://github.com/testcontainers/testcontainers-java.git'
4142
developerConnection 'scm:git:ssh://[email protected]/testcontainers/testcontainers-java.git'
4243
}
44+
developers {
45+
developer {
46+
id 'rnorth'
47+
name 'Richard North'
48+
49+
}
50+
}
4351
}
4452

4553
def dependenciesNode = rootNode.appendNode('dependencies')

0 commit comments

Comments
 (0)