We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bd6ea commit 0b9ffd7Copy full SHA for 0b9ffd7
1 file changed
build.gradle
@@ -74,7 +74,7 @@ publishing {
74
artifact sourcesJar
75
artifactId artifact
76
from components.java
77
- groupId 'de.jarnbjo'
+ groupId 'com.github.stephengold'
78
pom {
79
description = project.description
80
developers {
@@ -90,7 +90,7 @@ publishing {
90
url = 'https://github.com/stephengold/j-ogg-all/blob/master/LICENSE'
91
}
92
93
- name = 'jogg'
+ name = 'com.github.stephengold:' + artifact
94
scm {
95
connection = 'scm:git:git://github.com/stephengold/j-ogg-all.git'
96
developerConnection = 'scm:git:ssh://github.com:stephengold/j-ogg-all.git'
0 commit comments