Skip to content

Commit 04e3f29

Browse files
chore: align gradle toolchain resolver syntax with project convention (#1341)
1 parent bb0510e commit 04e3f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pluginManagement {
3636

3737
plugins {
3838
id("com.gradle.develocity")
39-
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
39+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
4040
}
4141

4242
// Yes, this is also in pluginManagement above. This is required for normal dependencies.

0 commit comments

Comments
 (0)