We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199e127 commit fd778d0Copy full SHA for fd778d0
1 file changed
build.gradle.kts
@@ -5,8 +5,8 @@ plugins {
5
}
6
7
group = "com.github.minecraftschurlimods"
8
-version = "1.16"
9
-base.archivesName = "HelperPlugin"
+version = "1.17"
+base.archivesName = "helperplugin"
10
11
java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))
12
@@ -32,6 +32,10 @@ gradlePlugin {
32
33
34
35
+publishing.publications.withType<MavenPublication> {
36
+ artifactId = base.archivesName.get()
37
+}
38
+
39
publishing.repositories.maven {
40
val mavenUrl = project.providers.environmentVariable("MAVEN_URL").map { uri(it) }
41
val mavenUser = project.providers.environmentVariable("MAVEN_USER")
0 commit comments