Created
February 25, 2012 18:05
-
-
Save mickknutson/1909813 to your computer and use it in GitHub Desktop.
gradle4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\>gradle -t -a | |
--- buildscript --- | |
versions: [root:1.0.0] | |
list1: [com.baselogic:common:1.0.0] | |
list2: [com.baselogic:extended:1.0.0] | |
--- allprojects --- | |
versions: [root:1.0.0] | |
list1: [com.baselogic:common:1.0.0] | |
list2: [com.baselogic:extended:1.0.0] | |
--- allprojects --- | |
versions: [root:1.0.0] | |
list1: [com.baselogic:common:1.0.0] | |
list2: [com.baselogic:extended:1.0.0] | |
--- subprojects --- | |
versions: [root:1.0.0] | |
list1: [com.baselogic:common:1.0.0] | |
list2: [com.baselogic:extended:1.0.0] | |
:tasks | |
------------------------------------------------------------ | |
All tasks runnable from root project | |
------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is the solution./...