We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3598b46 commit bad7b0fCopy full SHA for bad7b0f
gradle-scijava/build.gradle.kts
@@ -16,13 +16,10 @@ layout.buildDirectory.set(layout.projectDirectory.asFile.parentFile.resolve("tar
16
group = "org.scijava"
17
version = "0.13" //(effXml / "version").toString()
18
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
23
javaPlatform {
24
allowDependencies()
25
}
+
26
val computeCatalogAndPlatform = tasks.register<Exec>("generateCatalog") {
27
28
workingDir = projectDir.parentFile
0 commit comments