Skip to content

Commit

Permalink
Update external api jar to 2021.3 (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Wawrzyk <[email protected]>
  • Loading branch information
lukaszwawrzyk and Lukasz Wawrzyk authored Dec 2, 2021
1 parent 9855018 commit cecd8ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions build-external-api-jar/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

SOURCES_DIR="/tmp/idea-sources"
set -e

DIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
GIT_ROOT=$DIR/..

Expand All @@ -15,8 +16,6 @@ GIT_ROOT=$DIR/..
)
(
cd /tmp
cp $SOURCES_DIR/LICENSE.txt intellij_license.txt
cp $SOURCES_DIR/NOTICE.txt intellij_notice.txt
cp "$GIT_ROOT/LICENSE" license_from_build_project.txt
zip -xi external-system-test-api.zip -xi external-system-test-api.jar intellij_notice.txt intellij_license.txt license_from_build_project.txt
zip -xi external-system-test-api.zip -xi external-system-test-api.jar license_from_build_project.txt
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
versions {
intellij {
build = "212.5080.55"
release = "2021.2.1"
build = "213.5744.223"
release = "2021.3"
}
}

Expand Down

0 comments on commit cecd8ec

Please sign in to comment.