Package-level declarations

Types

Link copied to clipboard
enum PkgstEcosystem : Enum<PkgstEcosystem> , PkgstEndpoint

Enumerates supported packaging ecosystems

Functions

Link copied to clipboard
fun Settings.buildless(configure: BuildlessSettings.() -> Unit)

This function is the main entrypoint for configuring the Buildless Plugin for Gradle. All user-facing helpers which are usable at Settings evaluation time are exposed in this package/file.

Link copied to clipboard
fun RepositoryHandler.pkgst(vararg ecosystems: PkgstEcosystem)

Install support for Pkgst for the provided ecosystems; by default, the appropriate ecosystem is inferred from the current context (but generally activates to one of PkgstEcosystem.MAVEN or PkgstEcosystem.GRADLE when used from the Gradle plugin).