This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 72d4b2e fix baseName
72d4b2e is described below
commit 72d4b2ea8824bfd4e3ab3a7d69787fd2dc0894e6
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat May 2 22:27:30 2020 -0700
fix baseName
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index ff947de..6438e6f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -426,7 +426,7 @@ allprojects {
}
artifact dokkaJar { classifier 'javadoc' }
groupId 'org.apache.tuweni'
- artifactId project.jar.archiveBaseName.toString()
+ artifactId project.jar.baseName
version project.version
pom {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]