mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not used.
This commit is contained in:
parent
6b034710f8
commit
46e38b7385
1 changed files with 0 additions and 9 deletions
|
@ -112,15 +112,6 @@ private class Main @Inject constructor(
|
||||||
jc.usage()
|
jc.usage()
|
||||||
} else {
|
} else {
|
||||||
val allProjects = script2.create(arrayListOf(buildFile)).findProjects()
|
val allProjects = script2.create(arrayListOf(buildFile)).findProjects()
|
||||||
// // Install all the plugins found
|
|
||||||
// val classLoaders = plugins.installDynamicPlugins(arrayListOf(buildFile))
|
|
||||||
//
|
|
||||||
// // Compile the build script
|
|
||||||
// val output = scriptCompilerFactory.create(plugins.pluginJarFiles,
|
|
||||||
// // @@
|
|
||||||
// { cl: ClassLoader, n: String -> plugins.instantiateClassName(classLoaders.get(0), n) }
|
|
||||||
// ).compile(buildFile, buildFile.lastModified(),
|
|
||||||
// KFiles.findBuildScriptLocation(buildFile, SCRIPT_JAR))
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Force each project.directory to be an absolute path, if it's not already
|
// Force each project.directory to be an absolute path, if it's not already
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue