mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import org.gradle.api.Project
|
||||
import org.gradle.api.file.FileCollection
|
||||
|
||||
open class HtmlValidator(project: Project) {
|
||||
var sources: FileCollection = project.files()
|
||||
}
|
||||
Reference in New Issue
Block a user