mirror of https://github.com/halo-dev/halo
11 lines
532 B
Groovy
11 lines
532 B
Groovy
plugins {
|
|
id 'org.springframework.boot' version '3.3.0' apply false
|
|
id 'io.spring.dependency-management' version '1.1.4' apply false
|
|
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
|
|
id "de.undercouch.download" version "5.6.0" apply false
|
|
id "io.freefair.lombok" version "8.6" apply false
|
|
id 'org.gradle.crypto.checksum' version '1.4.0' apply false
|
|
id "com.github.node-gradle.node" version "7.0.2" apply false
|
|
id "org.springdoc.openapi-gradle-plugin" version "1.8.0" apply false
|
|
}
|