summaryrefslogtreecommitdiffstats
path: root/build/plugins/java.py
Commit message (Collapse)AuthorAgeFilesLines
* get rid of six in pluginssnermolaev2025-05-161-5/+4
| | | | commit_hash:d85f21d6b4179697b8d5f8ab39c7d5216d35d1a8
* Revert commit rXXXXXX, ya ide idea: Set kotlin compiler and language versionsdarkkeks2025-04-141-1/+0
| | | | commit_hash:931c59bfdfdce5b10006951baf6003babcb56fe1
* ya ide idea: Set kotlin compiler and language versionsdarkkeks2025-04-141-0/+1
| | | | | Сейчас разработчикам приходится вручную указывать правильную версию компилятора для каждого нового проекта, а также при изменении версии в транке. commit_hash:05f4ff24b80109ed25897ff5f064cf6b6ac83c4c
* Add jdk24 supportpazus2025-03-251-0/+2
| | | | commit_hash:3c08964ccb92c46217f9f1ef91ab9b9702ca623f
* feat(conf): JAVA_RESOURCE_TARzaverden2025-03-251-0/+8
| | | | commit_hash:d0f3aef0673ee6866c204589c0131efbf0dfc54c
* Do not send java.dart keys which are not used by jbuild anymoresvidyuk2025-02-061-23/+0
| | | | commit_hash:b477f7b740ce4d8e2de4c8b4b14e26185e3abc27
* Do not send UBERJAR related info to jbuild. It is not handled by jbuild anymore.svidyuk2025-02-051-20/+0
| | | | commit_hash:43ba235775704a049a26aaba66e16c4266c8b64a
* Do not send to jbuild some values which are not used anymoresvidyuk2025-02-041-6/+0
| | | | commit_hash:bd60e175041449131f406e2ae4a42a22ed0616ba
* All java sources sorting/preparation in a single python scriptsvidyuk2025-01-281-6/+7
| | | | | | | NOTE: there is still some kotlin source preparation remains in a separate call for `build/scripts/resolve_java_srcs.py` which is going to be joined into `prepare_jar_build.py` later. commit_hash:239933cba6b1a7090a9327d659bb8be3722db916
* Drop more groovy support related codesvidyuk2025-01-171-3/+3
| | | | commit_hash:81fec1e84eb8eab851b8f82a3ed811f8df9cbf7f
* ymake impl is the only impl of GENERATE_SCRIPTsvidyuk2024-12-131-18/+1
| | | | commit_hash:a6500256017887b429185060801f2b959ebe955e
* Clean dead jbuild related code from java pluginsvidyuk2024-12-101-23/+9
| | | | commit_hash:4ca69fda6fd766a1225e818c8fadbc0aeaf4b72a
* Stop calculating data for some dead jbuild code pathssvidyuk2024-11-111-2/+2
| | | | commit_hash:88de11271aee6ce875a836cbfb24e825d8e7fa99
* Do not send TEST_CLASSPATH_MANAGED key in java-dartsvidyuk2024-11-111-1/+0
| | | | | Remaining jbuild code does not read this key anymore. commit_hash:e630ee72ec38fc1361861167ba61b46d03e7a099
* User-freindly error on pom.xml parse error in java macrosesdimdim112024-11-071-10/+13
| | | | | User-freindly error on pom.xml parse error in java macroses commit_hash:775254d939c99c4e0b685f17a69b7dbbab8dfa78
* TEST_CLASSPATH_MANAGED is removed from conf partsvidyuk2024-10-151-1/+1
| | | | commit_hash:2a36e49787ad1c13eeb1a5259f780cdf59550666
* Upload new jdk-23+37robot-javacom2024-09-201-0/+2
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=81 commit_hash:62a3320b4a252e7b3150d737920eca5c4b707d57
* support checking detekt in ya make (part 2)ali-al2024-09-181-0/+5
| | | | commit_hash:12d2276831dac6e43d6a782919c5a7d511e9d05d
* Remove sending unused JAVA DART fielddssvidyuk2024-09-101-2/+0
| | | | | Starting from rXXXXXX those values are not read in the jbuild dart file reader. 5a4ac0327cb4070df978cb1d7ddc26efa597ac06
* Remove Java 15 and tools from `build/conf/java.conf`, ↵miroslav22024-09-021-2/+0
| | | | | | `build/plugins/java.py`, `build/platforms/java` and `build/ya.conf.json` 1e4f1616bb7e1dd81dd80cd22295b0b4f0e819ef
* Remove variable which is not updated anymoresvidyuk2024-08-301-1/+1
| | | | | | | RUN_JAVA_PROGRAM_MANAGED calculation is removed in rXXXXXX (since it was dead code for several years). Drop conf var with default empty value and just substitute empty value into java dart. e615fe90b88158acb6bcfc53ef46bdb2d37fe9a6
* Remove unused macrosvidyuk2024-08-111-41/+1
| | | | 678ce29edbaf15e108b2479f0d111ed2581a0752
* Remove JDK 18 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22024-04-221-2/+0
| | | | 0e989a0fc3519d203e2dbc837a772d2d99808f0b
* Upload new jdk-22+36robot-javacom2024-04-021-0/+2
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=41 de043a99ab748eeb392faa161c639dbe11a8aff3
* Remove JDK 19 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22024-02-201-2/+0
| | | | c6a795a78f562c87f8d5cb8f4368c9aae260d88b
* Library import 2 (#639)AlexSm2023-12-221-1/+0
|
* Hotfix for export by yexport generator gradledimdim112023-12-011-1/+1
| | | | Hotfix for export by yexport generator gradle
* Refactor java.conf, add obj attributes without use theydimdim112023-11-301-3/+10
| | | | Refactor java.conf, add obj attributes without use they
* `build/plugins` ya style --pyiaz16072023-11-271-11/+18
|
* Add semantic for JAVA_SRCSdimdim112023-11-221-2/+1
| | | | Add semantic for JAVA_SRCS
* Default JAVA_SRCS with fixdimdim112023-11-161-0/+2
| | | | | | Fix JAVA_SRCS Default JAVA_SRCS
* Revert commit rXXXXXX,Default JAVA_SRCSnogert2023-11-151-2/+0
|
* Default JAVA_SRCSdimdim112023-11-151-0/+2
|
* java plugin PY3 compatibilitysvidyuk2023-10-311-1/+1
|
* Remove Java 10 and Java 16 versions from java.pymiroslav22023-10-251-3/+0
|
* py23-nize java.pysnermolaev2023-10-211-11/+10
|
* Import Temurin JDK21pazus2023-10-191-1/+3
|
* fix typosnermolaev2023-10-061-6/+5
|
* add SRCDIR to missing dir from JAVA_SRCSsnermolaev2023-10-041-7/+2
|
* New config for yexport excludesalperevyshin2023-07-171-1/+2
|
* Add lost data dependenciestekireeva2023-07-101-2/+0
|
* add ymake export to ydbalexv-smirnov2023-06-131-0/+480
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-446/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+446
|
* fix ya.makemonster2022-07-071-377/+0
|
* intermediate changesarcadia-devtools2022-06-221-1/+1
| | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db
* intermediate changesarcadia-devtools2022-06-141-3/+5
| | | | ref:b2fca828a7deda9abd3be6b09fa05f30e50c9299
* intermediate changesarcadia-devtools2022-04-041-1/+1
| | | | ref:31bf0d71c0689bb2c7f3ddcc86dcb4b706765aa2
* intermediate changesarcadia-devtools2022-03-181-4/+5
| | | | ref:229e63fc55edd4f3ea20281b9912eee8e8551533
* intermediate changesarcadia-devtools2022-02-211-2/+2
| | | | ref:489c487087adbbffdc59e875df6227bdb2f0bc23