Skip to content

Instantly share code, notes, and snippets.

@sgammon
Created July 11, 2023 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgammon/4d6d9234f41829b3124bd5cc92a0a9a6 to your computer and use it in GitHub Desktop.
Save sgammon/4d6d9234f41829b3124bd5cc92a0a9a6 to your computer and use it in GitHub Desktop.
Buildless for Gradle: Installation
plugins {
id 'build.less' version '1.0.0-beta1'
}
buildless {
// settings go here
}
import build.less.plugin.settings.buildless
plugins {
id("build.less") version "1.0.0-beta1"
}
buildless {
// settings go here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment