com.github.ksoichiro.eclipse.aar.generator.ClasspathFileGenerator.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-eclipse-aar-plugin Show documentation
Show all versions of gradle-eclipse-aar-plugin Show documentation
Gradle plugin to use Android AAR libraries on Eclipse
The newest version!
package com.github.ksoichiro.eclipse.aar.generator
class ClasspathFileGenerator extends MetaDataFileGenerator {
@Override
String generateContent(File file) {
"""\
|
|
|\t
|\t
|\t
|\t
|\t
|
|""".stripMargin()
}
}