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 fdf2d5d commit 983346bCopy full SHA for 983346b
gradle.properties
@@ -16,7 +16,7 @@ coroutinesVersion=1.3.3
16
ideaPluginVersion=0.7.2
17
ktlintVersion=0.39.0
18
jacksonVersion=2.11.1
19
-telemetryVersion=0.0.82
+telemetryVersion=0.0.89
20
21
assertjVersion=3.15.0
22
junitVersion=4.13.1
jetbrains-core/build.gradle.kts
@@ -14,7 +14,6 @@ buildscript {
14
val telemetryVersion: String by project
15
repositories {
mavenCentral()
- maven { setUrl("https://jitpack.io") }
}
dependencies {
classpath("software.aws.toolkits:telemetry-generator:$telemetryVersion")
0 commit comments