summaryrefslogtreecommitdiffstats
path: root/build/conf/java.conf
Commit message (Collapse)AuthorAgeFilesLines
* Fix uberjar shading, support LDC processing with new option 'shade-include'miroslav22024-06-141-8/+24
| | | | ea8c2557a731ea114340ae4c559ccef2f45706f3
* Fix java command file in pluginv-korovin2024-06-131-1/+1
| | | | e43ef305d767fb94adc0f4f6e3901156fc3b7939
* Fix typo which broke JDK_VERSION=22somov2024-05-281-1/+1
| | | | | Fix typo broke JDK_VERSION=22 d5a1635845988fbfbc58fc26bb622b75ce25fc76
* Remove JDK 18 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22024-04-221-28/+0
| | | | 0e989a0fc3519d203e2dbc837a772d2d99808f0b
* Remove JDK 8 from autocheckmiroslav22024-04-151-24/+1
| | | | 98f6b93b520d3c28dfbd36b449bc23c9dcaae862
* Upload new jdk-22+36robot-javacom2024-04-021-1/+29
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=41 de043a99ab748eeb392faa161c639dbe11a8aff3
* Update contrib/libs/flatbuffers to 24.3.25robot-contrib2024-03-291-1/+1
| | | | 62e6ced1e7bd530347c0f0f4cf53953c063e0c4b
* Fix RUN_JAVA_PROGRAM semanticsdimdim112024-03-281-2/+1
| | | | | Fix RUN_JAVA_PROGRAM semantics 8519a676bb58ad15078a4ce441da9f50fa4ccf44
* Fix RUN_JAVA_PROGRAM semanticsdimdim112024-03-251-6/+9
| | | | | Fix RUN_JAVA_PROGRAM semantics 79d080a29f60ef6f33d1197ed0bbfd103efeb60a
* Update contrib/libs/flatbuffers to 24.3.7thegeorg2024-03-161-1/+1
| | | | ba53b58280bb890a80379f491d436458add8f0ed
* Hide KOTLIN_VERSION variablepazus2024-03-151-68/+69
| | | | 551215057f7b9d0556cbf300c5fcf19366be9fc7
* Add command file to compile_javav-korovin2024-03-141-1/+1
| | | | 30830fa535b50fdecf6e211f6b7e27d9f5b41c96
* Change "java.conf"mikhailche2024-03-131-1/+1
| | | | f91dbba83a2b049b3cdf0dc1b3891a799ad2c6dc
* Update Kotlin to 1.9.23pazus2024-03-131-3/+3
| | | | bfde3ba44523dafa144e9e5cdd39955a3d3feb98
* Enable `-ea` for all Java tests by defaultmiroslav22024-02-271-1/+1
| | | | 786d3c56f3f9d08240bd746261b6ab468f241bd8
* Refactor with_kotlin(c) from bool to flagsdimdim112024-02-221-6/+18
| | | | | Refactor with_kotlin(c) from bool to flags 4f48002306b62eb54db67dec6e06a31eb667af8a
* Remove JDK 19 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22024-02-201-29/+1
| | | | c6a795a78f562c87f8d5cb8f4368c9aae260d88b
* Add enable_preview and annotation_processors attrsdimdim112024-02-121-0/+8
| | | | Add enable_preview and annotation_processors attrs
* Try to allow PEERDIR between resource librariesspreis2024-02-091-1/+1
|
* baseline per project для дефолтного ktlintpsydmm2024-02-091-0/+10
| | | | add baseline per project for ktline
* Extract log4j version to a variabletarasov-dmtr2024-01-301-3/+3
|
* Library import 8 (#1074)AlexSm2024-01-181-0/+15
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Import libs 4 (#758)AlexSm2023-12-271-3/+0
|
* Import libs 3 (#679)AlexSm2023-12-221-0/+22
|
* Library import 2 (#639)AlexSm2023-12-221-7/+3
|
* Switch to use object attributes for consumerdimdim112023-12-151-4/+1
| | | | Use object attribute for consumer
* Parse attributes tree with - as divider in generator spec and semanticsdimdim112023-12-081-9/+9
|
* Add sematic attributes, refactor java.conf, scripts for manual check yexport ↵dimdim112023-12-051-16/+25
| | | | output for yt, ydb, catboost
* Refactor java.conf, add obj attributes without use theydimdim112023-11-301-19/+43
| | | | Refactor java.conf, add obj attributes without use they
* Revert commit rXXXXXX,Add env semanticsvidyuk2023-11-241-2/+2
|
* Add env semanticdimdim112023-11-241-2/+2
|
* Enable license validation in JTEST / JUNIT5 modules toothegeorg2023-11-231-9/+41
|
* Enable license validation in JAVA_PROGRAMthegeorg2023-11-231-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | EPL license family allows larger work to be distributed under arbitrary license as long as the licensed component is kept in separate file and its modifications are disclosed under the terms of EPL license. Relevant texts are (citing [this](https://www.eclipse.org/legal/epl-v10.html) version of the license): ``` "Contribution" means: a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor: i) changes to the Program, and ii) additions to the Program; "Program" means the Contributions distributed in accordance with this Agreement. ... Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. ... A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. ```
* Add semantic for JAVA_SRCSdimdim112023-11-221-1/+12
| | | | Add semantic for JAVA_SRCS
* Обновить Kotlin до 1.9.20pazus2023-11-201-5/+5
|
* Fixes around JAVA_SRCSdimdim112023-11-201-21/+20
| | | | Fixes around JAVA_SRCS
* Default JAVA_SRCS for java testsdimdim112023-11-161-0/+15
|
* Default JAVA_SRCS with fixdimdim112023-11-161-6/+25
| | | | | | Fix JAVA_SRCS Default JAVA_SRCS
* Revert commit rXXXXXX,Default JAVA_SRCSnogert2023-11-151-17/+8
|
* Default JAVA_SRCSdimdim112023-11-151-8/+17
|
* Mandate license markup in contrib/javathegeorg2023-11-131-0/+2
|
* Local jarsiaz16072023-11-081-1/+1
| | | | Перекладываем в репозиторий jar-файлы, которые используются в` opensource ya`
* [build/conf/java.conf] Update dependency managementzhukoff-pavel2023-11-081-1/+1
|
* Add sem function exclude with EXCLUDE_VALUEdimdim112023-10-301-2/+5
| | | | Add sem function exclude with EXCLUDE_VALUE
* Add DEFAULT_JDK_VERSION(), a.k.a. overridable JDK_VERSION()vpozdyayev2023-10-201-0/+9
| | | | Делаем через `_SET_FIRST_VALUE()`, разборки с `.EPILOGUE` оставим на случай обнаружения реальных проблем. Повторные вызовы `DEFAULT_JDK_VERSION()` отрабатывают достаточно ожидаемым образом, обновляя значение `JDK_REAL_VERSION`.
* Import Temurin JDK21pazus2023-10-191-1/+29
|
* PROVIDES should affect compilation onlysvidyuk2023-10-171-4/+4
|
* Remove JDK 16 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22023-10-171-24/+1
|
* Remove JDK 10 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22023-10-161-22/+1
|
* Added "USE_KTLINT_OLD" macro supportdaniel-march2023-10-121-1/+11
|