Build: Fix usages of this project unavailable in gradle 6.0

This commit is contained in:
Vyacheslav Gerasimov
2019-11-16 18:08:01 +03:00
parent 01929cb234
commit aa05bcc16b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ rootProject.apply {
from(rootProject.file("gradle/jps.gradle.kts"))
}
IdeVersionConfigurator.setCurrentIde(this)
IdeVersionConfigurator.setCurrentIde(project)
extra["versions.protobuf"] = "2.6.1"
extra["versions.javax.inject"] = "1"
+2 -1
View File
@@ -20,7 +20,8 @@ plugins {
id("pill-configurable")
}
callGroovy("configureJavaOnlyJvm6Project", this)
callGroovy("configureJavaOnlyJvm6Project", project)
publish()
pill {