Generate file for -XX:CompileCommandFile=

Generate a file suitable for -XX:CompileCommandFile= using net.nicoulaj.compile-command-annotations:compile-command-annotations

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

org.caffinitas.gradle.compilecommand
Идентификатор

Идентификатор

gradle-compilecommand
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Generate file for -XX:CompileCommandFile=
Generate a file suitable for -XX:CompileCommandFile= using net.nicoulaj.compile-command-annotations:compile-command-annotations
Ссылка на сайт

Ссылка на сайт

https://github.com/snazy/gradle-compilecommand/
Система контроля версий

Система контроля версий

https://github.com/snazy/gradle-compilecommand/

Скачать gradle-compilecommand

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Gradle plugin with support for incremental compilation for the compile-command-annotations project

Writes a single output file suitable to be loaded via the -XX:CompileCommandFile=<file> JVM option.

Usage w/ Java projects:

plugins {
    id("org.caffinitas.gradle.compilecommand") version "0.1.2"
}

compileCommands {
    add {
        outputFile = project.file("conf/hotspot_compiler")
        sourceSet = sourceSets.main
    }
}

The plugin adds the dependency for the compile-command annotation-processor to the compileOnly and annotationProcessor configurations. The default value for that dependency is net.nicoulaj.compile-command-annotations:compile-command-annotations:1.2.3 and can be changed via the property compileCommands.compileCommandsDependency.

See https://github.com/nicoulaj/compile-command-annotations See http://compile-command-annotations.nicoulaj.net/

Версии библиотеки

Версия
0.1.2
0.1.1
0.1