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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to