Package gay.floof.gradle.utils

Types

Link copied to clipboard
enum ReleaseType : Enum<ReleaseType>

Returns the release type of specific Version.

Link copied to clipboard
class Version(    major: Int,     minor: Int,     patch: Int,     build: Int = 0,     release: ReleaseType = ReleaseType.None)

Represents a simple version class to use for versioning.

Functions

Link copied to clipboard
fun DependencyHandler.floof(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the gay.floof package. Only modules that require this is:

fun KotlinDependencyHandler.floof(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the gay.floof package for MPP projects. Only modules that require this is:

Link copied to clipboard
fun DependencyHandler.floofy(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the dev.floofy package. Only modules that require this is:

fun KotlinDependencyHandler.floofy(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the dev.floofy package for MPP projects. Only modules that require this is:

Link copied to clipboard
fun DependencyHandler.nino(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the sh.nino package. Only modules that require this is:

fun KotlinDependencyHandler.nino(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the sh.nino package for MPP projects. Only modules that require this is:

Link copied to clipboard
fun RepositoryHandler.noel()

Adds the Noel repository to this current RepositoryHandler.

Link copied to clipboard
fun RepositoryHandler.noelware(snapshots: Boolean = false)

Adds the Noelware repository to this current RepositoryHandler.

fun DependencyHandler.noelware(    group: String,     module: String,     version: String): Dependency?
fun KotlinDependencyHandler.noelware(    group: String,     module: String,     version: String): Dependency?

Adds any dependencies from the org.noelware package for MPP projects.