Created
July 11, 2023 05:09
-
-
Save sgammon/4d6d9234f41829b3124bd5cc92a0a9a6 to your computer and use it in GitHub Desktop.
Buildless for Gradle: Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
id 'build.less' version '1.0.0-beta1' | |
} | |
buildless { | |
// settings go here | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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