sbt compile in Compile meaning -
can kindly explain each compile , compile mean in cryptic sbt idiom:
compile in compile <<= (compile in compile).dependson(def.task { println("task running") // or whatever code here in body })
compilemeans compile task, opposed to, say, packagecompilemeans compile configuration (derived from/matches apache ivy's configurations), opposed to, say,test
Comments
Post a Comment