refactor: reorganize import statements in BuildscriptDeployer

This commit is contained in:
2025-11-15 23:05:21 +08:00
parent c5c23a0794
commit 10f34148a7

View File

@@ -21,13 +21,13 @@
*/
package com.highcapable.gropify.plugin.deployer
import com.highcapable.gropify.debug.Logger
import com.highcapable.gropify.gradle.api.entity.Dependency
import com.highcapable.gropify.gradle.api.entity.ProjectDescriptor
import com.highcapable.gropify.gradle.api.extension.addDependencyToBuildscript
import com.highcapable.gropify.gradle.api.extension.getOrCreate
import com.highcapable.gropify.gradle.api.extension.hasExtension
import com.highcapable.gropify.gradle.api.extension.toClassOrNull
import com.highcapable.gropify.debug.Logger
import com.highcapable.gropify.plugin.DefaultDeployer
import com.highcapable.gropify.plugin.Gropify
import com.highcapable.gropify.plugin.compiler.extension.compile