File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
utbot-maven/src/main/resources Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ allprojects {
81
81
82
82
repositories {
83
83
mavenCentral()
84
- maven(" https://jitpack.io" )
85
84
maven(" https://plugins.gradle.org/m2" )
86
85
maven(" https://www.jetbrains.com/intellij-repository/releases" )
87
86
maven(" https://cache-redirector.jetbrains.com/maven-central" )
Original file line number Diff line number Diff line change @@ -61,6 +61,5 @@ arpackNgVersion=3.7.0-1.5.4
61
61
org.gradle.daemon =false
62
62
org.gradle.parallel =false
63
63
org.gradle.jvmargs ="-XX:MaxHeapSize=6144m"
64
- kotlin.compiler.execution.strategy =in-process
65
64
66
- org.gradle.caching =false
65
+ org.gradle.caching =true
Original file line number Diff line number Diff line change 20
20
<scope >compile</scope >
21
21
</dependency >
22
22
</dependencies >
23
-
24
- <repositories >
25
- <repository >
26
- <id >jitpack.io</id >
27
- <url >https://jitpack.io</url >
28
- </repository >
29
- </repositories >
30
23
</project >
You can’t perform that action at this time.
0 commit comments