This is an automated email from the ASF dual-hosted git repository.
suztomo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d40cdc4 Revert build cache change
d40cdc4 is described below
commit d40cdc49efb279415ccc5f9f225fd744a3660fa7
Author: Tomo Suzuki <[email protected]>
AuthorDate: Fri Apr 9 12:24:15 2021 -0400
Revert build cache change
---
gradle.properties | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 7566ca5..4255ef8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,9 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
################################################################################
-
-# TODO: revert the caching to true before merging this to master
-org.gradle.caching=false
+org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xss10240k