Fix Android test compilation: remove license from generate file
This commit is contained in:
-1
@@ -80,7 +80,6 @@ class CodegenTestsOnAndroidGenerator private constructor(private val pathManager
|
|||||||
|
|
||||||
FileWriter(File(testSourceFilePath).also { it.parentFile.mkdirs() }).use {
|
FileWriter(File(testSourceFilePath).also { it.parentFile.mkdirs() }).use {
|
||||||
val p = Printer(it)
|
val p = Printer(it)
|
||||||
p.print(FileUtil.loadFile(File("license/LICENSE.txt")))
|
|
||||||
p.println(
|
p.println(
|
||||||
"""package $testClassPackage;
|
"""package $testClassPackage;
|
||||||
|
|
|
|
||||||
|
|||||||
Reference in New Issue
Block a user