File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ ext.repoRoot = project.file("..")
16
16
ext. isWindows = Os . isFamily(Os . FAMILY_WINDOWS )
17
17
ext. bundledRiderSdkRoot = new File (projectDir, " dependencies" ) // SDK from TC configuration/artifacts
18
18
19
- buildSearchableOptions. enabled = BuildConfiguration == " Release"
20
-
21
19
repositories {
22
20
maven { url " https://cache-redirector.jetbrains.com/intellij-repository/snapshots" }
23
21
maven { url " https://cache-redirector.jetbrains.com/maven-central" }
@@ -39,15 +37,16 @@ wrapper {
39
37
40
38
version " ${ productVersion} .0.$BuildCounter "
41
39
42
- logger. lifecycle(" version=$version " )
43
- logger. lifecycle(" Configuration=$BuildConfiguration " )
44
-
45
-
46
40
ext. buildServer = BuildServerKt . initBuildServer(gradle)
47
41
if (buildServer. automatedBuild) {
48
42
BuildConfiguration = " Release"
49
43
}
50
44
45
+ buildSearchableOptions. enabled = BuildConfiguration == " Release"
46
+
47
+ logger. lifecycle(" version=$version " )
48
+ logger. lifecycle(" BuildConfiguration=$BuildConfiguration " )
49
+
51
50
52
51
apply from : ' model.gradle'
53
52
apply from : ' backend.gradle'
You can’t perform that action at this time.
0 commit comments