Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 57cec32

Browse files
committed
switch to fixing artifact name
1 parent e62dba5 commit 57cec32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ if (!project.parent) {
9292
project.uploadArchivesAll
9393
}
9494
}
95+
archivesBaseName = "${rootProject.name}_$baseScalaVersion"
9596

9697
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
9798
signing {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.3.4
1+
version=0.3.3-SNAPSHOT

0 commit comments

Comments
 (0)