Skip to content

Commit f570e41

Browse files
author
Stanislav Demchenko
committed
Fixed build script 'developers' section position.
1 parent fdde436 commit f570e41

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)