We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397d5d0 commit 4cf7560Copy full SHA for 4cf7560
1 file changed
gradle/platform/build.gradle.kts
@@ -43,7 +43,6 @@ publishing {
43
groupId = "org.scijava"
44
artifactId = "pom-scijava"
45
version = (effXml / "version").toString()
46
-
47
from(components["javaPlatform"])
48
pom {
49
name = "SciJava Parent POM"
@@ -108,7 +107,6 @@ publishing {
108
107
properties = mapOf("id" to "elect")
109
}
110
111
112
mailingLists {
113
mailingList {
114
name = "SciJava"
@@ -118,7 +116,6 @@ publishing {
118
116
archive = "https://groups.google.com/group/scijava"
119
117
120
121
122
scm {
123
connection = "scm:git:https://github.com/scijava/pom-scijava"
124
developerConnection = "scm:git:git@github.com:scijava/pom-scijava"
0 commit comments