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 c2781e9 commit d71e4a4Copy full SHA for d71e4a4
settings.gradle.kts
@@ -6,7 +6,7 @@ pluginManagement {
6
}
7
plugins {
8
id("com.gradle.enterprise") version "3.11.2" // keep in sync with buildSrc/build.gradle.kts
9
- id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.1"
+ id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.2"
10
id("org.ajoberstar.git-publish") version "4.1.1"
11
kotlin("jvm") version "1.5.31"
12
// Check if workaround in documentation.gradle.kts can be removed when upgrading
0 commit comments