Build: Upgrade gradle enterprise plugin to 3.1.1

This commit is contained in:
Vyacheslav Gerasimov
2020-01-10 15:40:12 +03:00
parent fc7b836151
commit bf5bba42ce
+1 -1
View File
@@ -36,7 +36,7 @@ buildscript {
}
plugins {
id "com.gradle.enterprise" version "3.0"
id "com.gradle.enterprise" version "3.1.1"
}
def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)