Skip to content

Commit c5abc43

Browse files
authored
Merge pull request #11 from nfl/Fixed_build_script_developers_section_position
Fixed the nesting level of section 'developers' in the build script.
2 parents fdde436 + f570e41 commit c5abc43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ publishing {
8585
distribution 'repo'
8686
}
8787
}
88-
}
89-
developers {
90-
developer {
91-
id 'nflearl'
92-
name 'Earl Nolan'
88+
developers {
89+
developer {
90+
id 'nflearl'
91+
name 'Earl Nolan'
92+
}
9393
}
9494
}
9595
//Bug in maven-publish plugin changes scope to runtime instead of compile

0 commit comments

Comments
 (0)