1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/apache-lucene

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
jvms.txt 693 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Dawid Weiss Отправлено 21.07.2020 10:19 8ebf2d0
Compiling and testing against different JVMs
============================================
By default tests are executed with the same Java Gradle is using internally.
To run tests against a different Java version, define a property called
"runtime.java.home" or define an environment variable "RUNTIME_JAVA_HOME"
pointing at the JDK installation folder.
If property is being used, it can be a system property (-D...) or a project
property (-P...).
Example:
gradlew test -p lucene/test-framework --tests TestJvmInfo -Dtests.verbose=true -Druntime.java.home=/jvms/jdk14
Note that an alternative JVM can also be made the "default" setting
by adding it to (project-local) gradle.properties.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/apache-lucene.git
git@api.gitlife.ru:oschina-mirror/apache-lucene.git
oschina-mirror
apache-lucene
apache-lucene
main