Build: Upgrade GE plugin to 3.5

This commit is contained in:
Vyacheslav Gerasimov
2020-11-20 20:15:27 +03:00
parent dd9c0c5c6e
commit 3351887ae5
+1 -1
View File
@@ -32,7 +32,7 @@ buildscript {
}
plugins {
id "com.gradle.enterprise" version "3.4.1"
id "com.gradle.enterprise" version "3.5"
}
def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)