Skip to content

Commit bad7b0f

Browse files
elect86ctrueden
authored andcommitted
Remove commented out code
Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>
1 parent 3598b46 commit bad7b0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gradle-scijava/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ layout.buildDirectory.set(layout.projectDirectory.asFile.parentFile.resolve("tar
1616
group = "org.scijava"
1717
version = "0.13" //(effXml / "version").toString()
1818

19-
//operator fun GPathResult.div(child: String) = children().find { (it!! as NodeChild).name() == child } as GPathResult
20-
21-
//val effXml = XmlSlurper().parse(projectDir.resolve("eff.xml"))
22-
2319
javaPlatform {
2420
allowDependencies()
2521
}
22+
2623
val computeCatalogAndPlatform = tasks.register<Exec>("generateCatalog") {
2724

2825
workingDir = projectDir.parentFile

0 commit comments

Comments
 (0)