Skip to content

Commit a5066c0

Browse files
committed
Fix Gradle DSL assignment deprecation
1 parent cf1cfae commit a5066c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
repositories {
66
mavenCentral()
7-
maven { url 'https://jitpack.io' }
7+
maven { url = 'https://jitpack.io' }
88
}
99

1010
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

0 commit comments

Comments
 (0)