Skip to content

Commit

Permalink
Fix nexus validation
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Sep 22, 2023
1 parent cdb2709 commit 546e5b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildSrc/src/main/groovy/tanzawa.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ configurations.all {

java {
withSourcesJar()
withJavadocJar()
}

dependencies {
Expand Down
6 changes: 5 additions & 1 deletion buildSrc/src/main/groovy/tanzawa.libs-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ publishing {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
developers {}
developers {
developer {
id = 'tsurugidb'
}
}
scm {
connection = 'scm:git:https://github.com/project-tsurugi/tanzawa.git'
developerConnection = 'scm:git:https://github.com/project-tsurugi/tanzawa.git'
Expand Down

0 comments on commit 546e5b0

Please sign in to comment.