theme-quark/build.gradle

14 lines
167 B
Groovy
Raw Permalink Normal View History

2023-01-10 11:19:18 +08:00
plugins {
id 'java'
}
group 'run.halo'
version '1.0'
repositories {
mavenCentral()
}
dependencies {
implementation('org.thymeleaf:thymeleaf:3.0.12.RELEASE')
}