From be1fd8020916e1fd00b8da8e92416ca38ec29a4a Mon Sep 17 00:00:00 2001 From: "junie-eap[bot]" <199612962+junie-eap[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:59:33 +0000 Subject: [PATCH 1/2] feat(junie): added .junie workflow --- .github/workflows/junie.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/junie.yml b/.github/workflows/junie.yml index 8914b4144201..66a8e4e64d2e 100644 --- a/.github/workflows/junie.yml +++ b/.github/workflows/junie.yml @@ -20,5 +20,3 @@ jobs: uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main with: workflow_params: ${{ inputs.workflow_params }} - fix_conflicts: false - skip_workflow_file_validation: false From 1c72751762685512c9d7da671ecc756e0be7c3bd Mon Sep 17 00:00:00 2001 From: "junie-eap[bot]" <199612962+junie-eap[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:59:34 +0000 Subject: [PATCH 2/2] feat(junie): added .devcontainer.json --- .devcontainer/devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000000..ac3e23a757ba --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,12 @@ +{ + "name": "Java", + "image": "mcr.microsoft.com/devcontainers/java:1-21", + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "none", + "installMaven": "true", + "mavenVersion": "3.8.6", + "installGradle": "true" + } + } +} \ No newline at end of file