mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-11-29 02:00:10 +08:00
14 lines
167 B
Groovy
14 lines
167 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'run.halo'
|
|
version '1.0'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation('org.thymeleaf:thymeleaf:3.0.12.RELEASE')
|
|
} |