1 Star 0 Fork 40

鲲鹏 / JMeter

forked from Apache / JMeter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gradle.properties 4.14 KB
一键复制 编辑 原始数据 按行查看 历史
Felix Schumacher 提交于 2021-09-18 11:09 . Update Darklaf to 2.7.3
#
# 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.jvmargs=-Xmx512m -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true
#org.gradle.caching.debug=true
# See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923
# repository.apache.org does not yet support .sha256 and .sha512 checksums
systemProp.org.gradle.internal.publish.checksums.insecure=true
kotlin.code.style=official
kotlin.parallel.tasks.in.project=true
# This is version for Apache JMeter itself
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
# Release version can be generated by using -Prelease or -Prc=<int> arguments
jmeter.version=5.5
# Tools
checkstyle.version=8.35
errorprone.version=2.4.0
jacoco.version=0.8.5
spotbugs.version=4.1.2
velocity.version=1.7
# Plugins
com.github.autostyle.version=3.0
com.github.spotbugs.version=4.5.0
com.github.vlsi.checksum-dependency.sha512=84572B7F654D1F9842DDD7E0D4331461DC55B92CDC1DA8EBA2269870CE027B021AB91D1942043145825B00521A92029C969BFA388A27BD63CC509BF7AB18E35F
com.github.vlsi.checksum-dependency.version=1.74
com.github.vlsi.vlsi-release-plugins.version=1.74
net.ltgt.errorprone.version=1.2.1
org.jetbrains.gradle.plugin.idea-ext.version=0.5
org.nosphere.apache.rat.version=0.7.0
org.sonarqube.version=3.0
# Dependencies
accessors-smart.version=2.4.7
activemq.version=5.16.2
apache-rat.version=0.13
apiguardian-api.version=1.1.0
asm.version=9.2
bouncycastle.version=1.69
bsf.version=2.4.0
bsh.version=2.0b6
caffeine.version=2.9.2
cglib-nodep.version=3.2.12
commons-codec.version=1.15
commons-collections.version=3.2.2
commons-collections4.version=4.4
commons-dbcp2.version=2.9.0
commons-io.version=2.11.0
commons-jexl.version=2.1.1
commons-jexl3.version=3.2.1
commons-lang.version=2.6
commons-lang3.version=3.12.0
commons-logging.version=1.2
commons-math3.version=3.6.1
commons-net.version=3.8.0
commons-pool2.version=2.11.0
commons-text.version=1.9
darklaf.version=2.7.3
darklaf.extensions.version=0.3.4
dec.version=0.1.2
dnsjava.version=2.1.9
equalsverifier.version=3.7
freemarker.version=2.3.31
ftplet-api.version=1.1.1
ftpserver-core.version=1.1.1
geronimo-jms_1.1_spec.version=1.1.1
groovy.version=3.0.9
hamcrest.version=2.2
hamcrest-date.version=2.0.7
hsqldb.version=2.5.2
httpasyncclient.version=4.1.4
httpclient.version=4.5.13
httpcore-nio.version=4.4.14
httpcore.version=4.4.14
httpmime.version=4.5.13
jackson.version=2.10.5
jackson-databind.version=2.10.5
javax.activation.version=1.2.0
jcharts.version=0.7.5
jdom.version=1.1.3
jmespath-core.version=0.5.0
jmespath-jackson.version=0.5.0
jodd.version=5.0.13
json-path.version=2.6.0
json-smart.version=2.4.7
jsoup.version=1.14.1
jtidy.version=r938
junit4.version=4.13.2
junit5.version=5.7.2
log4j.version=2.14.1
mail.version=1.5.0-b01
miglayout.version=5.3
mina-core.version=2.0.19
mongo-java-driver.version=2.11.3
neo4j-java-driver.version=4.3.3
objenesis.version=3.2
oro.version=2.0.8
ph-commons.version=10.1.2
ph-css.version=6.3.4
rhino.version=1.7.13
rsyntaxtextarea.version=3.1.3
Saxon-HE.version=9.9.1-8
slf4j.version=1.7.32
spock-core.version=2.0-M2-groovy-3.0
springframework.version=4.3.17.RELEASE
svgSalamander.version=1.1.2.4
tika.version=1.27
xalan.version=2.7.2
xercesImpl.version=2.12.1
xml-apis.version=1.4.01
xmlgraphics-commons.version=2.6
xmlpull.version=1.1.3.1
xpp3_min.version=1.1.4c
xstream.version=1.4.17
wiremock-jre8.version=2.30.0
Java
1
https://gitee.com/garenx/jmeter.git
git@gitee.com:garenx/jmeter.git
garenx
jmeter
JMeter
master

搜索帮助