1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-06 00:07:24 -08:00
parent bb130c128c
commit e699abec25

View file

@ -31,6 +31,7 @@ class RetrolambdaPlugin @Inject constructor(val dependencyManager: DependencyMan
val JAR = MavenDependency.create(ID)
}
// IClasspathContributor
override fun entriesFor(project: Project?) = listOf(JAR)
@Task(name = "retrolambda", description = "Run Retrolambda",