We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1cfae commit a5066c0Copy full SHA for a5066c0
buildSrc/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
repositories {
6
mavenCentral()
7
- maven { url 'https://jitpack.io' }
+ maven { url = 'https://jitpack.io' }
8
}
9
10
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
0 commit comments