Skip to content

Instantly share code, notes, and snippets.

@hansd
Created September 16, 2014 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansd/5074ebb7721fa6c21f61 to your computer and use it in GitHub Desktop.
Save hansd/5074ebb7721fa6c21f61 to your computer and use it in GitHub Desktop.
New Component Model Report
comp$ gradle components
:components
------------------------------------------------------------
Root project
------------------------------------------------------------
JVM library 'myLib'
-------------------
Source sets
Resources 'myLib:resources'
src/myLib/resources
Java source 'myLib:java'
src/myLib/java
Binaries
Jar 'myLib:jar'
build using task: :myLibJar
platform: current
tool chain: current JDK (1.8)
Jar file: build/jars/myLibJar/myLib.jar
Note: currently not all plugins register their components, so some components may not be visible here.
BUILD SUCCESSFUL
Total time: 1.696 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment