My question is a bit common, but it is also related to Gradle.
Why do we need compilation and runtime configuration?
When I compile something, I need artifacts to convert my java classes to bytecode, so I need configuration compilation, but why do I need runtime configuration, do I need something else to run my application in the JVM?
Sorry if that sounds stupid, but I don't get it.
dependencies configuration gradle
Xelian May 22 '13 at 20:23 2013-05-22 20:23
source share