Files
theme-earth/build.gradle
John Niang aad17d4b5d Add build script into Makefile (#16)
#### What this PR does?

Add build script into Makefile to build the theme conviniently. See README.md for more.

/kind feature

```release-note
None
```
2022-11-14 10:48:15 +00:00

16 lines
222 B
Groovy

// This script is only for IntelliSense of thymeleaf.
plugins {
id 'java'
}
group 'run.halo'
version '1.0'
repositories {
mavenCentral()
}
dependencies {
implementation('org.thymeleaf:thymeleaf:3.0.12.RELEASE')
}