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 2022/01/15 05:06:19 UTC

[incubator-tuweni] branch main updated: remove old compile scope

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new ff05cd7  remove old compile scope
ff05cd7 is described below

commit ff05cd70b30e1b4095d0e2538a6345d7c1d7fc08
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Wed Jan 12 22:08:49 2022 -0800

    remove old compile scope
---
 build.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index c89aaca..4a1e8a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -512,9 +512,6 @@ allprojects {
             configurations.implementation.allDependencies.each { dep ->
               addDependencyNode(dep, false, null)
             }
-            configurations.compile.allDependencies.each { dep ->
-              addDependencyNode(dep, false, null)
-            }
             configurations.compileOnly.allDependencies.each { dep ->
               addDependencyNode(dep, true, null)
             }

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