Skip to content

Release: Beta 8

Compare
Choose a tag to compare
@sgammon sgammon released this 04 Dec 01:58
· 66 commits to main since this release
1.0.0-beta8

Release info

  • Version: 1.0.0-beta8
  • Track: Beta
  • Audience: Anyone

Many updates, fixes, and improvements to the Buildless for Gradle plugin. This includes support for the Buildless Agent, fixes for Groovy and Kotlin DSL support, and more! All users are encouraged to upgrade.

Using the plugin

Configuring Buildless is really easy:

settings.gradle.kts

plugins {
  id("build.less") version "1.0.0-beta8"
}

settings.gradle

plugins {
  id 'build.less' version '1.0.0-beta8'
}

Using the above snippet, your API key will be captured via environment variables:

  • BUILDLESS_APIKEY
  • GRADLE_CACHE_PASSWORD

More API key specification methods are on the way, including Gradle properties, JVM properties, and configuration files on-disk.

Changelog

This is a major release toward improved plugin functionality, and includes support for the first time on all major operating systems.

  • feat: add support for buildless agent
  • feat: add support for windows
  • fix: windows detection