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:10:43 UTC

[incubator-tuweni] branch master updated: fix publishing to maven

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 b941df4  fix publishing to maven
b941df4 is described below

commit b941df4c522f1d438a3510cf3434614fdf03d412
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat May 2 22:10:30 2020 -0700

    fix publishing to maven
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 27ddeb0..ff947de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -430,7 +430,7 @@ allprojects {
           version project.version
 
           pom {
-            name = project.jar.archiveBaseName
+            name = project.jar.archiveBaseName.toString()
             afterEvaluate { description = project.description }
             url = 'https://github.com/apache/incubator-tuweni'
             licenses {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org