ChatGPT-Next-Web/build.gradle

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')
}