Skip to content

Commit 52c0c9d

Browse files
authored
v2025.12.29
v2025.12.29
2 parents 571de53 + c835947 commit 52c0c9d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org-springframework-modulith = "2.0.1"
5757
org-springframework-security = "7.0.2"
5858
org-testcontainers = "1.21.4"
5959
org-testng = "7.11.0"
60-
project = "2025.12.26"
60+
project = "2025.12.29"
6161
com-netflix-dgs-codegen = "8.3.0"
6262

6363
[libraries]

settings.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
12+
id("org.gradle.toolchains.foojay-resolver-convention") version "+"
1313
// See https://central.sonatype.com/artifact/io.gitee.zjarlin.auto-modules/io.gitee.zjarlin.auto-modules.gradle.plugin
14-
// id("io.gitee.zjarlin.auto-modules") version "0.0.616"
14+
//id("site.addzero.gradle.plugin.modules-buddy") version "+"
1515
}
1616

1717
// Disable parallel project execution when dependencyUpdates tasks are requested because the plugin cannot run in parallel.
@@ -21,8 +21,6 @@ if (startParameter.taskNames.any { it.contains("dependencyUpdates", ignoreCase =
2121
startParameter.isParallelProjectExecutionEnabled = false
2222
}
2323

24-
// autoModules { excludeModules("build-logic") }
25-
2624
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2725

2826
rootProject.name = "compose-server"

0 commit comments

Comments
 (0)