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 be23fb3 commit dc5767aCopy full SHA for dc5767a
1 file changed
spark-paper/build.gradle
@@ -4,6 +4,8 @@ plugins {
4
id 'maven-publish'
5
}
6
7
+version = "${project.baseVersion}-${project.buildCommit}"
8
+
9
tasks.withType(JavaCompile) {
10
// override, compile targeting J21
11
options.release = 21
@@ -70,7 +72,6 @@ publishing {
70
72
publications {
71
73
shadow(MavenPublication) { publication ->
74
project.shadow.component(publication)
- version = "${project.pluginVersion}"
75
76
77
0 commit comments