Skip to content

Instantly share code, notes, and snippets.

View ndeloof's full-sized avatar
💭
Preparing a new set of bugs

Nicolas De loof ndeloof

💭
Preparing a new set of bugs
View GitHub Profile
new File("plugins").eachLine { p ->
println "--- ${p} ---"
File d = new File("${p}-plugin")
if (!d.exists()) {
checkout(p)
}
injectRepo(d)