File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,29 @@ publishing {
2929 version = rootProject.version.toString()
3030
3131 from(components[" java" ])
32+
33+ pom {
34+ name = " Java Midi Decoder"
35+ description = " Simple Java library for decoding javax.sound.midi messages"
36+ url = " https://github.com/suniala/java-midi-decoder"
37+ licenses {
38+ license {
39+ name = " BSD 2-Clause \" Simplified\" License"
40+ url = " https://raw.githubusercontent.com/suniala/java-midi-decoder/refs/heads/main/LICENSE.md"
41+ }
42+ }
43+ developers {
44+ developer {
45+ name = " Mikko Suniala"
46+ email = " mikko.suniala@iki.fi"
47+ }
48+ }
49+ scm {
50+ connection = " scm:git:git://github.com/suniala/java-midi-decoder.git"
51+ developerConnection = " scm:git:ssh://github.com/suniala/java-midi-decoder.git"
52+ url = " https://github.com/suniala/java-midi-decoder"
53+ }
54+ }
3255 }
3356 }
3457
You can’t perform that action at this time.
0 commit comments