Skip to content

Commit

Permalink
chore: remove developers section from MavenPublication
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 26, 2024
1 parent 9acfc0d commit 7e6c374
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions compose-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,6 @@ project.afterEvaluate {
url = 'https://github.com/hCaptcha/hcaptcha-jetpack-compose-sdk/blob/main/LICENSE'
}
}
developers {
developer {
id = 'sergiu'
name = 'Sergiu Danalachi'
email = '[email protected]'
organization = 'hCaptcha'
organizationUrl = 'https://www.hcaptcha.com'
}
}
scm {
connection = 'scm:git:git://github.com/hCaptcha/hcaptcha-android-sdk.git'
developerConnection = 'scm:git:ssh://github.com:hCaptcha/hcaptcha-android-sdk.git'
Expand Down
9 changes: 0 additions & 9 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ project.afterEvaluate {
url = 'https://github.com/hCaptcha/hcaptcha-android-sdk/blob/main/LICENSE'
}
}
developers {
developer {
id = 'sergiu'
name = 'Sergiu Danalachi'
email = '[email protected]'
organization = 'hCaptcha'
organizationUrl = 'https://www.hcaptcha.com'
}
}
scm {
connection = 'scm:git:git://github.com/hCaptcha/hcaptcha-android-sdk.git'
developerConnection = 'scm:git:ssh://github.com:hCaptcha/hcaptcha-android-sdk.git'
Expand Down

0 comments on commit 7e6c374

Please sign in to comment.