Skip to content

Commit f8c6508

Browse files
author
John Engelman
committed
Back out some changes.
1 parent 90fecb0 commit f8c6508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
repositories {
33
jcenter()
44
maven {
5-
url = "https://plugins.gradle.org/m2/"
5+
url "https://plugins.gradle.org/m2/"
66
}
77
}
88
dependencies {
@@ -66,8 +66,8 @@ repositories {
6666
test {
6767
if (System.env.CI == 'true') {
6868
testLogging.showStandardStreams = true
69-
minHeapSize = "1g"
70-
maxHeapSize = "1g"
69+
minHeapSize "1g"
70+
maxHeapSize "1g"
7171
}
7272
}
7373

0 commit comments

Comments
 (0)