Skip to content

Commit

Permalink
Don't include Spark version in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vprus committed Dec 12, 2023
1 parent 43bdcba commit 346595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.joom.spark'
artifactId = "spark-platform_${sparkVersion}_$scalaVersion"
artifactId = "spark-platform_$scalaVersion"
version = '0.4.5'

from components.java
Expand Down

0 comments on commit 346595a

Please sign in to comment.