We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e9c68 commit e4d0f1bCopy full SHA for e4d0f1b
1 file changed
build.gradle
@@ -89,11 +89,14 @@ runClient{
89
90
// configure the maven publication
91
publishing {
92
- publications {
93
- mavenJava(MavenPublication) {
94
- from components.java
95
- }
96
+ publications {
+ mavenJava(MavenPublication) {
+ groupId = project.maven_group
+ artifactId = project.archives_base_name
+ version = project.mod_version
97
+ from components.java
98
+ }
99
100
101
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
102
repositories {
0 commit comments