mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Log tweaks.
This commit is contained in:
parent
83ddd48260
commit
3147fe43a1
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ abstract public class JvmCompilerPlugin @Inject constructor(
|
|||
* Log with a project.
|
||||
*/
|
||||
protected fun lp(project: Project, s: String) {
|
||||
log(1, "${project.name}: ${s}")
|
||||
log(2, "${project.name}: ${s}")
|
||||
}
|
||||
|
||||
fun calculateClasspath(vararg allDependencies : List<IClasspathDependency>): List<IClasspathDependency> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue