mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
16 lines
222 B
Groovy
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')
|
|
}
|