mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
fix
This commit is contained in:
parent
2d8fde2091
commit
178f911a2f
2 changed files with 0 additions and 5 deletions
|
@ -6,9 +6,6 @@ import org.gradle.api.provider.Property
|
|||
import javax.inject.Inject
|
||||
|
||||
abstract class CloudstreamExtension @Inject constructor(project: Project) {
|
||||
val projectType: Property<ProjectType> =
|
||||
project.objects.property(ProjectType::class.java).convention(ProjectType.PLUGIN)
|
||||
|
||||
val userCache = project.gradle.gradleUserHomeDir.resolve("caches").resolve("cloudstream")
|
||||
|
||||
var discord: ApkInfo? = null
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package com.lagradost.gradle
|
||||
|
||||
import com.aliucord.gradle.configuration.registerConfigurations
|
||||
import com.aliucord.gradle.task.registerTasks
|
||||
import org.gradle.api.Plugin
|
||||
import org.gradle.api.Project
|
||||
|
||||
|
|
Loading…
Reference in a new issue