This release of the Buildless Plugin for Gradle fixes several issues with Windows support, and other known bugs. All users are encouraged to upgrade.
This release of the Buildless Plugin for Gradle fixes several issues with Windows support, and other known bugs. All users are encouraged to upgrade.
Patch release to 1.0.0-beta3
(release notes copied/enclosed), which aligns local cache settings with their expected
state. By default, local caching is disabled when using the Buildless plugin, because it is handled by the Buildless
Agent.
Added support for the Buildless Agent, which is automatically detected and used when running. Added support for the Groovy DSL, and there is no need to import symbols to use Buildless from the Kotlin DSL.
- Agent: Transparent/automatic support for the Buildless Agent
- Groovy DSL: Support for Gradle Groovy DSL
- No need for imports:
buildless { }
and other symbols no longer need to be imported.
Patch release to 1.0.0-beta2
(release notes copied/enclosed), which aligns local cache settings with their expected
state. By default, local caching is disabled when using the Buildless plugin, because it is handled by the Buildless
Agent.
Added support for the Buildless Agent, which is automatically detected and used when running. Added support for the Groovy DSL, and there is no need to import symbols to use Buildless from the Kotlin DSL.
- Agent: Transparent/automatic support for the Buildless Agent
- Groovy DSL: Support for Gradle Groovy DSL
- No need for imports:
buildless { }
and other symbols no longer need to be imported.
Added support for the Buildless Agent, which is automatically detected and used when running. Added support for the Groovy DSL, and there is no need to import symbols to use Buildless from the Kotlin DSL.
- Agent: Transparent/automatic support for the Buildless Agent
- Groovy DSL: Support for Gradle Groovy DSL
- No need for imports:
buildless { }
and other symbols no longer need to be imported.
Initial release of the plugin to GitHub, GitHub Packages, and Maven Central. Currently pending approval for the Gradle plugin portal.
Features include:
- Setup Gradle local caching just like with Gradle's DSL
- Setup Gradle remote caching just like with Gradle's DSL
- Pre-wired with Buildless configuration details, like the cache endpoint
- Resolves API keys from local environment or properties