You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/05/03 05:27:42 UTC

[incubator-tuweni] branch master updated: fix baseName

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 <an...@lunar-ocean.com>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org