| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix patch outputs path | dimdim11 | 2025-10-29 | 1 | -5/+14 |
| * | , Switch to Gradle 9.1 and fix JDK11 compatibilty mode. | nogert | 2025-10-28 | 6 | -36/+38 |
| * | Fix srcDir to generated sources, fix PatchArg | dimdim11 | 2025-10-25 | 3 | -30/+72 |
| * | Codegen to private folders for each task, collect after codegen | dimdim11 | 2025-10-23 | 13 | -102/+191 |
| * | Fix select mainClass fill jvmArgs by -D/-X in RUN_JAVA_PROGRAM | dimdim11 | 2025-10-22 | 1 | -4/+15 |
| * | Remove mkBuildDir. | nogert | 2025-10-20 | 1 | -13/+0 |
| * | Make Gradle Daemon JVM to not depend on graph deps | nevack | 2025-10-17 | 1 | -0/+6 |
| * | Support JUnit6 tests in ya ide gradle. | nogert | 2025-10-17 | 3 | -1/+7 |
| * | Fix relative outdir | dimdim11 | 2025-10-16 | 1 | -1/+2 |
| * | Fix tests. | nogert | 2025-10-15 | 1 | -4/+1 |
| * | [WIP] JDK11 compatibility mode for PROTO_LIBRARY. | nogert | 2025-10-15 | 1 | -1/+10 |
| * | Fix getting sanbox resources with empty out dir | nogert | 2025-10-09 | 1 | -1/+1 |
| * | Unify repositories setup and use default Bucket convention for creds | nevack | 2025-10-09 | 3 | -19/+24 |
| * | Skip mkBuildDir if buildDirectory was already created | nevack | 2025-10-09 | 1 | -0/+3 |
| * | Fix exporting proto library with namespace. | nogert | 2025-10-03 | 1 | -1/+1 |
| * | Use lazy Gradle APIs in more places | nevack | 2025-09-30 | 8 | -22/+37 |
| * | Rename export paths for catboost | nechda | 2025-09-23 | 1 | -3/+3 |
| * | Support KAPT by plugin in ya ide gradle | dimdim11 | 2025-09-22 | 4 | -57/+74 |
| * | Merge proto/wo-proto templates | dimdim11 | 2025-09-16 | 14 | -162/+95 |
| * | Support FROM_SANDBOX in ya ide gradle | dimdim11 | 2025-09-12 | 8 | -29/+67 |
| * | Do not skip -parameters in JVM args. | nogert | 2025-09-11 | 1 | -5/+0 |
| * | Deduplicating source/resource sets | dimdim11 | 2025-09-11 | 1 | -10/+12 |
| * | Add include('**/*') for all srcDir, fix test_env for many values and only key... | dimdim11 | 2025-09-10 | 2 | -5/+13 |
| * | Support ENV() in ya ide gradle | dimdim11 | 2025-09-10 | 2 | -1/+9 |
| * | Fix hasResources for auto_resource_sets mode, fix depends to processResources... | dimdim11 | 2025-09-08 | 3 | -2/+25 |
| * | Test KAPT in ya ide gradle | dimdim11 | 2025-08-27 | 1 | -5/+14 |
| * | KAPT AP options | dimdim11 | 2025-08-27 | 1 | -1/+2 |
| * | Fix KAPT in tests | dimdim11 | 2025-08-26 | 2 | -2/+2 |
| * | Plugin versions from config | dimdim11 | 2025-08-12 | 3 | -4/+18 |
| * | Semantic for TEST_CWD and it usage in templates | dimdim11 | 2025-07-28 | 2 | -3/+15 |
| * | Globs for resources, globs for sources only for single files | dimdim11 | 2025-07-28 | 1 | -8/+13 |
| * | Auto detect resource sets from source sets | dimdim11 | 2025-07-25 | 1 | -17/+36 |
| * | Update Lombok gradle plugin. | nogert | 2025-07-25 | 1 | -1/+1 |
| * | Fix copy conan_provider.cmake for Conan 2.x | dimdim11 | 2025-07-24 | 1 | -0/+10 |
| * | Remove support for Conan 1.x | dimdim11 | 2025-07-23 | 6 | -1047/+12 |
| * | Remove deprecated jar_(re)source_set semantics everywhere | dimdim11 | 2025-07-23 | 2 | -49/+1 |
| * | Check present depends/outputs in command arg if it absolute plus to equal com... | dimdim11 | 2025-07-16 | 2 | -3/+3 |
| * | ProcessResources depends on codegens | dimdim11 | 2025-07-16 | 2 | -0/+8 |
| * | Ignore src/test if no tests exported | dimdim11 | 2025-07-10 | 1 | -2/+9 |
| * | Escaping $ in jvm args | dimdim11 | 2025-07-10 | 1 | -1/+1 |
| * | Fix tests jvmargs | dimdim11 | 2025-07-09 | 1 | -1/+10 |
| * | Use Lua brackets for options with mix values | dimdim11 | 2025-06-26 | 1 | -1/+5 |
| * | Fix bison.cmake | dimdim11 | 2025-06-26 | 1 | -2/+7 |
| * | Remove replacing /generated/generated/ -> /generated/, opt for disable symlin... | dimdim11 | 2025-06-24 | 1 | -1/+1 |
| * | Patch output only if realdir contains export_root | dimdim11 | 2025-06-24 | 1 | -1/+1 |
| * | Patch outputs in codegen to generated symlinks | dimdim11 | 2025-06-24 | 2 | -3/+36 |
| * | Fix java.library.path | dimdim11 | 2025-06-17 | 3 | -15/+19 |
| * | Refactor source/resource sets semantics to objects with dir, globs, prefix; s... | dimdim11 | 2025-06-12 | 9 | -37/+94 |
| * | Support JNI in templates | dimdim11 | 2025-06-11 | 3 | -5/+26 |
| * | Support DLL_JAVA, transit JNI so path to templates | dimdim11 | 2025-06-10 | 2 | -10/+14 |