You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
393 B
14 lines
393 B
pluginManagement {
|
|
repositories {
|
|
maven("https://maven.aliyun.com/repository/gradle-plugin")
|
|
gradlePluginPortal()
|
|
}
|
|
plugins {
|
|
id("io.spring.dependency-management").version("1.1.7")
|
|
id("org.springframework.boot").version("3.3.12")
|
|
id("org.jetbrains.kotlin.jvm").version("2.1.21")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "yvan-lcc-bench"
|
|
include("servo")
|
|
|