| # |
| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| |
| org.gradle.daemon=true |
| org.gradle.jvmargs=-Xmx2048M |
| |
| systemProp.org.gradle.internal.http.socketTimeout=120000 |
| systemProp.org.gradle.internal.http.connectionTimeout=60000 |
| |
| # FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308 |
| systemProp.org.gradle.internal.publish.checksums.insecure=true |
| |
| java_package_version=0.0.1 |
| mxnet_version=2.0.0 |
| api_version=0.0.1 |
| jnarator_version=0.0.1 |
| |
| antlr_version=4.7.2 |
| commons_cli_version=1.4 |
| commons_compress_version=1.20 |
| commons_csv_version=1.8 |
| gson_version=2.8.6 |
| jna_version=5.3.0 |
| netty_version=4.1.51.Final |
| slf4j_version=1.7.30 |
| log4j_slf4j_version=2.13.3 |
| testng_version=7.1.0 |
| powermock_version=2.0.7 |
| |